Home
last modified time | relevance | path

Searched defs:ExportModelCache (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_prepare_model_impl.h31 int32_t ExportModelCache(std::vector<SharedBuffer>& modelCache) in ExportModelCache() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp165 OH_NN_ReturnCode HDIPreparedModelV1_0::ExportModelCache(std::vector<Buffer>& modelCache) in ExportModelCache() function in OHOS::NeuralNetworkRuntime::HDIPreparedModelV1_0
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp165 OH_NN_ReturnCode HDIPreparedModelV2_0::ExportModelCache(std::vector<Buffer>& modelCache) in ExportModelCache() function in OHOS::NeuralNetworkRuntime::HDIPreparedModelV2_0
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v1_0.cpp179 OH_NN_ReturnCode HDIPreparedModelV1_0::ExportModelCache(std::vector<Buffer>& modelCache) in ExportModelCache() function in OHOS::NeuralNetworkRuntime::HDIPreparedModelV1_0
H A Dhdi_prepared_model_v2_0.cpp180 OH_NN_ReturnCode HDIPreparedModelV2_0::ExportModelCache(std::vector<Buffer>& modelCache) in ExportModelCache() function in OHOS::NeuralNetworkRuntime::HDIPreparedModelV2_0
H A Dhdi_prepared_model_v2_1.cpp180 OH_NN_ReturnCode HDIPreparedModelV2_1::ExportModelCache(std::vector<Buffer>& modelCache) in ExportModelCache() function in OHOS::NeuralNetworkRuntime::HDIPreparedModelV2_1
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp48 int32_t PreparedModelService::ExportModelCache(std::vector<SharedBuffer>& modelCache) in ExportModelCache() function in OHOS::HDI::Nnrt::V1_0::PreparedModelService
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp50 int32_t PreparedModelService::ExportModelCache(std::vector<SharedBuffer>& modelCache) in ExportModelCache() function in OHOS::HDI::Nnrt::V2_0::PreparedModelService