Home
last modified time | relevance | path

Searched refs:prepareModel_1_3 (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp654 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
673 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
691 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
709 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
727 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
744 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
765 EXPECT_CALL(*mockDevice, prepareModel_1_3(_, _, _, _, _, _, _, _)) in TEST()
DMockDevice.h80 MOCK_METHOD(Return<V1_3::ErrorStatus>, prepareModel_1_3,
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DDevice.h71 Return<V1_3::ErrorStatus> prepareModel_1_3(
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DBasicTests.cpp196 Return<ErrorStatus> prepareLaunchReturn = kDevice->prepareModel_1_3( in TEST_P()
DVtsHalNeuralnetworks.cpp57 const Return<ErrorStatus> prepareLaunchStatus = device->prepareModel_1_3( in createPreparedModel()
DQualityOfServiceTests.cpp106 const Return<ErrorStatus> prepareLaunchStatus = device->prepareModel_1_3( in runPrepareModelTest()
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp203 nn::GeneralResult<void> prepareModel_1_3( in prepareModel_1_3() function
489 Return<V1_3::ErrorStatus> Device::prepareModel_1_3( in prepareModel_1_3() function in android::hardware::neuralnetworks::adapter::Device
494 auto result = adapter::prepareModel_1_3(kDevice, kExecutor, model, preference, priority, in prepareModel_1_3()
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal128 * prepareModel_1_3 can be called with an optional deadline. If the model
207 prepareModel_1_3(Model model, ExecutionPreference preference,
284 * The cache handles will be provided in the same order as with prepareModel_1_3.
288 * The cache handles will be provided in the same order as with prepareModel_1_3.
291 * the cache files with prepareModel_1_3. Tokens should be chosen
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp208 kDevice->prepareModel_1_3(hidlModel, hidlPreference, hidlPriority, hidlDeadline, in prepareModel()