Searched refs:prepareModelFromCache (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.h | 99 hal::Return<hal::V1_0::ErrorStatus> prepareModelFromCache(
|
D | SampleDriver.cpp | 202 Return<V1_0::ErrorStatus> SampleDriver::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample_driver::SampleDriver
|
/frameworks/ml/nn/runtime/test/ |
D | TestExecution.cpp | 485 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anon50a6e8490111::TestDriver12 488 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
|
D | TestPartitioningRandom.cpp | 632 Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anonbe695bce0111::TestDriverV1_2 635 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
|
D | TestPartitioning.cpp | 425 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()
|
D | TestVersionedInterfaces.cpp | 150 MOCK_METHOD(Return<V1_0::ErrorStatus>, prepareModelFromCache,
|
/frameworks/ml/nn/runtime/ |
D | VersionedInterfaces.cpp | 1440 return device->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCacheInternal()
|