Home
last modified time | relevance | path

Searched defs:modelCache (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/
Dhdi_model_prepare_test.cpp69 std::vector<V1_0::SharedBuffer> modelCache; variable
97 std::vector<V1_0::SharedBuffer> modelCache; variable
130 std::vector<V1_0::SharedBuffer> modelCache; variable
174 std::vector<V1_0::SharedBuffer> modelCache; variable
Dhdi_model_run_test.cpp375 std::vector<V1_0::SharedBuffer> modelCache; variable
/test/xts/acts/ai/neural_network_runtime/common/
Dmock_idevice.cpp203 int32_t MockIDevice::PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const … in PrepareModelFromModelCache()
210 int32_t MockIPreparedModel::ExportModelCache(std::vector<SharedBuffer>& modelCache) in ExportModelCache()