/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IDevice.hal | 175 * with prepareModelFromCache_1_3. 182 * with prepareModelFromCache_1_3. 186 * prepareModelFromCache_1_3. Tokens should be chosen to have a low rate of 217 * prepareModelFromCache_1_3 is used to retrieve a prepared model directly from 231 * prepareModelFromCache_1_3 function must verify the inputs to the 232 * prepareModelFromCache_1_3 function are correct, and that the security-sensitive 235 * security-sensitive cache has been modified, prepareModelFromCache_1_3 must 241 * from prepareModelFromCache_1_3 with ErrorStatus::NONE. If the asynchronous task 248 * prepareModelFromCache_1_3. If the model was prepared successfully, the 254 * prepareModelFromCache_1_3 can be called with an optional deadline. If the [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
H A D | DeviceTest.cpp | 783 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 801 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 819 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 836 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 853 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 869 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST() 889 EXPECT_CALL(*mockDevice, prepareModelFromCache_1_3(_, _, _, _, _)) in TEST()
|
H A D | MockDevice.h | 86 MOCK_METHOD(Return<V1_3::ErrorStatus>, prepareModelFromCache_1_3,
|
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
H A D | Device.h | 79 Return<V1_3::ErrorStatus> prepareModelFromCache_1_3(
|
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
H A D | Device.cpp | 259 nn::GeneralResult<void> prepareModelFromCache_1_3( in prepareModelFromCache_1_3() function 520 Return<V1_3::ErrorStatus> Device::prepareModelFromCache_1_3( in prepareModelFromCache_1_3() function in android::hardware::neuralnetworks::adapter::Device 524 auto result = adapter::prepareModelFromCache_1_3(kDevice, kExecutor, deadline, modelCache, in prepareModelFromCache_1_3()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
H A D | Device.cpp | 227 const auto ret = kDevice->prepareModelFromCache_1_3(hidlDeadline, hidlModelCache, hidlDataCache, in prepareModelFromCache()
|
/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | SampleDriver.h | 104 hardware::Return<V1_3::ErrorStatus> prepareModelFromCache_1_3(
|
H A D | SampleDriver.cpp | 216 hardware::Return<V1_3::ErrorStatus> SampleDriver::prepareModelFromCache_1_3( in prepareModelFromCache_1_3() function in android::nn::sample_driver::SampleDriver
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestCompilationCaching.cpp | 214 hardware::Return<V1_3::ErrorStatus> prepareModelFromCache_1_3( in prepareModelFromCache_1_3() function in __anone6e788b30110::CachingDriver
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 374 Return<ErrorStatus> prepareLaunchStatus = kDevice->prepareModelFromCache_1_3( in prepareModelFromCache()
|