Lines Matching refs:saveModelToCache
316 void saveModelToCache(const Model& model, in saveModelToCache() function in aidl::android::hardware::neuralnetworks::vts::functional::CompilationCachingTestBase
494 saveModelToCache(model, modelCache, dataCache); in TEST_P()
546 saveModelToCache(model, modelCache, dataCache); in TEST_P()
599 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
617 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
634 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
652 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
672 saveModelToCache(model, modelCache, dataCache); in TEST_P()
738 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
754 saveModelToCache(model, modelCache, dataCache, &preparedModel); in TEST_P()
776 saveModelToCache(model, modelCache, dataCache); in TEST_P()
850 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
866 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
913 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
926 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
976 saveModelToCache(modelMul, modelCache, dataCache); in TEST_P()
987 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
1091 saveModelToCache(model, modelCache, dataCache); in testCorruptedCache()