Lines Matching refs:saveModelToCache

318     void saveModelToCache(const Model& model, const hidl_vec<hidl_handle>& modelCache,  in saveModelToCache()  function in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingTestBase
433 saveModelToCache(model, modelCache, dataCache); in TEST_P()
487 saveModelToCache(model, modelCache, dataCache); in TEST_P()
540 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
565 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
589 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
614 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
641 saveModelToCache(model, modelCache, dataCache); in TEST_P()
726 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
751 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
775 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
800 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
827 saveModelToCache(model, modelCache, dataCache); in TEST_P()
913 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
936 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
965 saveModelToCache(model, modelCache, dataCache); in TEST_P()
1049 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
1065 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
1111 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
1124 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
1173 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
1184 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
1287 saveModelToCache(model, modelCache, dataCache); in testCorruptedCache()