Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DDevice.h59 Return<void> getSupportedOperations_1_3(const V1_3::Model& model,
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockDevice.h78 MOCK_METHOD(Return<void>, getSupportedOperations_1_3,
DDeviceTest.cpp586 EXPECT_CALL(*mockDevice, getSupportedOperations_1_3(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
607 EXPECT_CALL(*mockDevice, getSupportedOperations_1_3(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
621 EXPECT_CALL(*mockDevice, getSupportedOperations_1_3(_, _)) in TEST()
637 EXPECT_CALL(*mockDevice, getSupportedOperations_1_3(_, _)) in TEST()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DBasicTests.cpp183 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_3( in TEST_P()
DVtsHalNeuralnetworks.cpp46 const Return<void> supportedCall = device->getSupportedOperations_1_3( in createPreparedModel()
DQualityOfServiceTests.cpp95 const Return<void> supportedCall = device->getSupportedOperations_1_3( in runPrepareModelTest()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp181 const auto ret = kDevice->getSupportedOperations_1_3(hidlModel, cb); in getSupportedOperations()
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp429 Return<void> Device::getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in android::hardware::neuralnetworks::adapter::Device
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal74 getSupportedOperations_1_3(Model model)