Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
H A DDevice.h57 Return<void> getSupportedOperations_1_2(const V1_2::Model& model,
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/test/
H A DMockDevice.h62 MOCK_METHOD(Return<void>, getSupportedOperations_1_2,
H A 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()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DVtsHalNeuralnetworks.cpp45 const Return<void> supportedCall = device->getSupportedOperations_1_2( in createPreparedModel()
H A DBasicTests.cpp238 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_2( in TEST_P()
H A DValidateModel.cpp47 Return<void> ret = device->getSupportedOperations_1_2( in validateGetSupportedOperations()
H A DCompilationCachingTests.cpp306 Return<void> supportedCall = kDevice->getSupportedOperations_1_2( in isModelFullySupported()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DMockDevice.h62 MOCK_METHOD(Return<void>, getSupportedOperations_1_2,
H A DDeviceTest.cpp102 EXPECT_CALL(*mockDevice, getSupportedOperations_1_2(_, _)).Times(0); in createMockDevice()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.h81 hardware::Return<void> getSupportedOperations_1_2(const V1_2::Model& model,
H A DSampleDriver.cpp143 hardware::Return<void> SampleDriver::getSupportedOperations_1_2(const V1_2::Model& model, in getSupportedOperations_1_2() function in android::nn::sample_driver::SampleDriver
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp230 const auto ret = kDevice->getSupportedOperations_1_2(hidlModel, cb); in getSupportedOperations()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp475 hardware::Return<void> getSupportedOperations_1_2( in getSupportedOperations_1_2() function in android::__anon64cf91bb0110::TestDriver12
477 return mLatestDriver->getSupportedOperations_1_2(model, _hidl_cb); in getSupportedOperations_1_2()
H A DTestIntrospectionControl.cpp702 hardware::Return<void> getSupportedOperations_1_2(const V1_2::Model& model, in getSupportedOperations_1_2() function in __anon138cc3190110::test_drivers::TestDriver13
H A DTestPartitioning.cpp485 hardware::Return<void> getSupportedOperations_1_2( in getSupportedOperations_1_2() function in __anon63efd43f0110::PartitioningDriverV1_2
487 return mLatestDriver->getSupportedOperations_1_2(model, _hidl_cb); in getSupportedOperations_1_2()
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DDevice.cpp415 Return<void> Device::getSupportedOperations_1_2(const V1_2::Model& model, in getSupportedOperations_1_2() function in android::hardware::neuralnetworks::adapter::Device
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A DIDevice.hal123 getSupportedOperations_1_2(Model model)