Home
last modified time | relevance | path

Searched defs:PrepareModel (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h84 …int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& prepared… in PrepareModel() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp141 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp141 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp240 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
294 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(const void* metaGraph, in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
H A Dhdi_device_v2_0.cpp284 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
336 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(const void* metaGraph, in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
H A Dhdi_device_v2_1.cpp279 OH_NN_ReturnCode HDIDeviceV2_1::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
331 OH_NN_ReturnCode HDIDeviceV2_1::PrepareModel(const void* metaGraph, in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp115 void PrepareModel(Settings& settings, std::unique_ptr<tflite::Interpreter>& interpreter, in PrepareModel() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp137 OH_NN_ReturnCode PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareModel() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp137 OH_NN_ReturnCode PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> model, in PrepareModel() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp105 int32_t NnrtDeviceService::PrepareModel(const Model& model, const ModelConfig& config, in PrepareModel() function in OHOS::HDI::Nnrt::V1_0::NnrtDeviceService
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp106 int32_t NnrtDeviceService::PrepareModel(const Model& model, const ModelConfig& config, in PrepareModel() function in OHOS::HDI::Nnrt::V2_0::NnrtDeviceService
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp94 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel() function in OHOS::NeuralNetworkRuntime::UnitTest::HDIDeviceTest
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp27 OH_NN_ReturnCode HDIDeviceV2_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp183 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel() function in OHOS::NeuralNetworkRuntime::UnitTest::HDIDeviceTest
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp28 OH_NN_ReturnCode HDIDeviceV1_0::PrepareModel(std::shared_ptr<const mindspore::lite::LiteGraph> mode… in PrepareModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0