Home
last modified time | relevance | path

Searched refs:prepareModelFromCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriver.h99 hal::Return<hal::V1_0::ErrorStatus> prepareModelFromCache(
DSampleDriver.cpp202 Return<V1_0::ErrorStatus> SampleDriver::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample_driver::SampleDriver
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp485 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anon50a6e8490111::TestDriver12
488 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
DTestPartitioningRandom.cpp632 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anonbe695bce0111::TestDriverV1_2
635 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
DTestPartitioning.cpp425 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in __anon83dd480d0111::PartitioningDriver
526 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in __anon83dd480d0111::PartitioningDriverV1_2
529 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
DTestVersionedInterfaces.cpp150 MOCK_METHOD(Return<V1_0::ErrorStatus>, prepareModelFromCache,
/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp1440 return device->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCacheInternal()