Home
last modified time | relevance | path

Searched refs:getSupportedOperations_1_2 (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DDevice.h57 Return<void> getSupportedOperations_1_2(const V1_2::Model& model,
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockDevice.h62 MOCK_METHOD(Return<void>, getSupportedOperations_1_2,
DDeviceTest.cpp564 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
585 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
599 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)) in TEST()
615 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)) in TEST()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockDevice.h62 MOCK_METHOD(Return<void>, getSupportedOperations_1_2,
DDeviceTest.cpp102 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)).Times(0); in createMockDevice()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.cpp45 const Return<void> supportedCall = device->getSupportedOperations_1_2( in createPreparedModel()
DBasicTests.cpp238 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_2( in TEST_P()
DValidateModel.cpp47 Return<void> ret = device->getSupportedOperations_1_2( in validateGetSupportedOperations()
DCompilationCachingTests.cpp306 Return<void> supportedCall = kDevice->getSupportedOperations_1_2( in isModelFullySupported()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp230 const auto ret = kDevice->getSupportedOperations_1_2(hidlModel, cb); in getSupportedOperations()
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp415 Return<void> Device::getSupportedOperations_1_2(const V1_2::Model& model, in getSupportedOperations_1_2() function in android::hardware::neuralnetworks::adapter::Device
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal123 getSupportedOperations_1_2(Model model)