Home
last modified time | relevance | path

Searched refs:RestoreFromCacheBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcompiler.h45 virtual OH_NN_ReturnCode RestoreFromCacheBuffer(const void* buffer, size_t length) = 0;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.h50 OH_NN_ReturnCode RestoreFromCacheBuffer(const void* buffer, size_t length) override;
H A Dnncompiler.cpp712 OH_NN_ReturnCode NNCompiler::RestoreFromCacheBuffer(const void* buffer, size_t length) in RestoreFromCacheBuffer() function in OHOS::NeuralNetworkRuntime::NNCompiler
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1064 OH_NN_ReturnCode ret = nncompiler->RestoreFromCacheBuffer(model, length);