Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp103 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample::LimitedSupportDevice
106 return kDevice->prepareModelFromCache(deadline, modelCache, dataCache, token); in prepareModelFromCache()
DCanonicalDevice.h61 GeneralResult<SharedPreparedModel> prepareModelFromCache(
DLimitedSupportDevice.h68 GeneralResult<SharedPreparedModel> prepareModelFromCache(
DCanonicalDevice.cpp194 GeneralResult<SharedPreparedModel> Device::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample::Device
DSampleDriver.h100 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache(
DSampleDriver.cpp206 hardware::Return<V1_0::ErrorStatus> SampleDriver::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample_driver::SampleDriver
/packages/modules/NeuralNetworks/common/include/nnapi/
DIDevice.h305 virtual GeneralResult<SharedPreparedModel> prepareModelFromCache(
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h61 ::ndk::ScopedAStatus prepareModelFromCache(
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.h86 ndk::ScopedAStatus prepareModelFromCache(
DSampleDriver.cpp115 ndk::ScopedAStatus SampleDriver::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample_driver::SampleDriver
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp519 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anonefbd81f60111::TestDriver12
523 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
DTestPartitioning.cpp509 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in __anon27781e9a0111::PartitioningDriverV1_2
513 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp600 ndk::ScopedAStatus ShimDevice::prepareModelFromCache( in prepareModelFromCache() function in aidl::android::hardware::neuralnetworks::ShimDevice
/packages/modules/NeuralNetworks/runtime/
DManager.cpp429 return kInterface->prepareModelFromCache(deadline, cache.modelCache, cache.dataCache, token); in prepareModelFromCacheInternal()