Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 16 of 16) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dbackend_registrar.h36 #define REGISTER_BACKEND(backend, creator) … argument
41 #define UNREGISTER_BACKEND(backend) … argument
Dneural_network_core.cpp96 std::shared_ptr<Backend> backend = backendManager.GetBackend(deviceID); in OH_NNDevice_GetType() local
410 std::shared_ptr<Backend> backend = manager.GetBackend(compilation->backendID); in CreateCompiler() local
784 std::shared_ptr<Backend> backend = manager.GetBackend(compilationImpl->backendID); in OH_NNCompilation_Destroy() local
997 std::shared_ptr<Backend> backend = backendManager.GetBackend(deviceID); in OH_NNTensor_Create() local
1029 std::shared_ptr<Backend> backend = backendManager.GetBackend(deviceID); in OH_NNTensor_CreateWithSize() local
1087 std::shared_ptr<Backend> backend = backendManager.GetBackend(deviceID); in OH_NNTensor_CreateWithFd() local
1124 std::shared_ptr<Backend> backend = backendManager.GetBackend(backendID); in OH_NNTensor_Destroy() local
1379 std::shared_ptr<Backend> backend = backendManager.GetBackend(compilationImpl->backendID); in OH_NNExecutor_Construct() local
1451 std::shared_ptr<Backend> backend = backendManager.GetBackend(backendID); in OH_NNExecutor_Destroy() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
Dgraphics_manager_common.cpp30 void GraphicsManagerCommon::Register(int32_t key, RenderBackend backend) in Register()
101 auto backend = backends_.find(key); in GetEngine() local
140 auto backend = backends_.find(key); in GetEngine() local
199 auto backend = backends_.find(key); in UnRegister() local
216 RenderBackend backend = RenderBackend::UNDEFINE; in GetRenderBackendType() local
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
Djson_exporter.cpp31 JsonOutput backend; in Export() local
Djson_importer.cpp45 JsonOutput backend; in ImportAsTree() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dregister_hdi_device_v1_0.cpp66 …std::shared_ptr<Backend> backend = CreateSharedPtr<NNBackend>(device, std::hash<std::string>{}(bac… in HDIDeviceV1_0Creator() local
Dregister_hdi_device_v2_0.cpp83 …std::shared_ptr<Backend> backend = CreateSharedPtr<NNBackend>(device, std::hash<std::string>{}(bac… in HDIDeviceV2_0Creator() local
Dnntensor.cpp222 std::shared_ptr<Backend> backend = backendManager.GetBackend(m_backendID); in AllocateMemory() local
276 std::shared_ptr<Backend> backend = backendManager.GetBackend(m_backendID); in ReleaseMemory() local
Dnncompiled_cache.cpp141 std::shared_ptr<Backend> backend = backendManager.GetBackend(backendID); in SetBackend() local
Dinner_model.cpp685 std::shared_ptr<Backend> backend = backendManager.GetBackend(deviceID); in GetSupportedOperations() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
Ddrawing_sample_canvaskit0310.cpp104 HdiBackend* backend = nullptr; member in HelloDrawing
430 void HelloDrawing::Init(uint32_t width, uint32_t height, HdiBackend* backend) in Init()
627 HdiBackend* backend = OHOS::Rosen::HdiBackend::GetInstance(); in main() local
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
Dnn_compiled_cache_test.cpp141 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator() local
209 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator2() local
/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
Dnn_tensor_test.cpp266 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator() local
369 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(nullptr, backendID); in Creator2() local
433 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator3() local
502 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator4() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dpa_container.cpp216 RefPtr<Backend> backend; in Destroy() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Dmain.cpp1482 …pirvCross(ShaderStageFlags stage, Gles::CoreCompiler* compiler, DeviceBackendType backend, bool ov… in SetupSpirvCross()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
Dneural_network_core_test.cpp183 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator4() local