Home
last modified time | relevance | path

Searched refs:backend (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp83 std::shared_ptr<Backend> backend = std::make_shared<NNBackend>(device, std::hash<std::string>{}(backendName)); in HDIDeviceV2_0Creator() local
84 if (backend == nullptr) { in HDIDeviceV2_0Creator()
85 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV2_0Creator()
87 return backend; in HDIDeviceV2_0Creator()
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp83 std::shared_ptr<Backend> backend = std::make_shared<NNBackend>(device, std::hash<std::string>{}(backendName)); in HDIDeviceV2_1Creator() local
84 if (backend == nullptr) { in HDIDeviceV2_1Creator()
85 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV2_1Creator()
87 return backend; in HDIDeviceV2_1Creator()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp68 std::shared_ptr<Backend> backend = std::make_shared<NNBackend>(device, std::hash<std::string>{}(backendName)); in HDIDeviceV1_0Creator() local
69 if (backend == nullptr) { in HDIDeviceV1_0Creator()
70 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV1_0Creator()
72 return backend; in HDIDeviceV1_0Creator()
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp83 std::shared_ptr<Backend> backend = std::make_shared<NNBackend>(device, std::hash<std::string>{}(backendName)); in HDIDeviceV2_0Creator() local
84 if (backend == nullptr) { in HDIDeviceV2_0Creator()
85 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV2_0Creator()
87 return backend; in HDIDeviceV2_0Creator()

Completed in 3 milliseconds