Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp204 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample::LimitedSupportDevice
207 return kDevice->prepareModelFromCache(deadline, modelCache, dataCache, token); in prepareModelFromCache()
DCanonicalDevice.h61 GeneralResult<SharedPreparedModel> prepareModelFromCache(
DLimitedSupportDevice.h68 GeneralResult<SharedPreparedModel> prepareModelFromCache(
DCanonicalDevice.cpp196 GeneralResult<SharedPreparedModel> Device::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample::Device
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DIDevice.h311 virtual GeneralResult<SharedPreparedModel> prepareModelFromCache(
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h64 ::ndk::ScopedAStatus prepareModelFromCache(
/packages/modules/NeuralNetworks/driver/sample_hidl/
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/driver/sample_aidl/
DSampleDriverAidl.h89 ndk::ScopedAStatus prepareModelFromCache(
DSampleDriverAidl.cpp132 ndk::ScopedAStatus SampleDriver::prepareModelFromCache( in prepareModelFromCache() function in android::nn::sample_driver_aidl::SampleDriver
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp520 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in android::__anonfcc5bb050111::TestDriver12
524 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
DTestPartitioning.cpp510 hardware::Return<V1_0::ErrorStatus> prepareModelFromCache( in prepareModelFromCache() function in __anon96c9f1490111::PartitioningDriverV1_2
514 return mLatestDriver->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCache()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp645 ndk::ScopedAStatus ShimDevice::prepareModelFromCache( in prepareModelFromCache() function in aidl::android::hardware::neuralnetworks::ShimDevice
/packages/modules/NeuralNetworks/runtime/
DManager.cpp481 return kInterface->prepareModelFromCache(deadline, cache.modelCache, cache.dataCache, token); in prepareModelFromCacheInternal()