Home
last modified time | relevance | path

Searched refs:prepareModelFromCache_1_3 (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal175 * 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
238 * the inputs to the prepareModelFromCache_1_3 function are valid, the security-sensitive
239 * cache is not modified, and there is no error, prepareModelFromCache_1_3 must launch an
241 * from prepareModelFromCache_1_3 with ErrorStatus::NONE. If the asynchronous task
[all …]
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp783 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()
DMockDevice.h86 MOCK_METHOD(Return<V1_3::ErrorStatus>, prepareModelFromCache_1_3,
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DDevice.h79 Return<V1_3::ErrorStatus> prepareModelFromCache_1_3(
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp259 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()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp227 const auto ret = kDevice->prepareModelFromCache_1_3(hidlDeadline, hidlModelCache, hidlDataCache, in prepareModelFromCache()