/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | SampleDriverFull.h | 33 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model,
|
H A D | SampleDriverPartial.h | 42 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model,
|
H A D | SampleDriverFull.cpp | 43 hardware::Return<void> SampleDriverFull::getSupportedOperations_1_3( in getSupportedOperations_1_3() function in android::nn::sample_driver::SampleDriverFull
|
H A D | SampleDriverPartial.cpp | 35 hardware::Return<void> SampleDriverPartial::getSupportedOperations_1_3( in getSupportedOperations_1_3() function in android::nn::sample_driver::SampleDriverPartial
|
H A D | SampleDriver.cpp | 120 return getSupportedOperations_1_3( in getSupportedOperations() 136 return getSupportedOperations_1_3( in getSupportedOperations_1_1() 152 return getSupportedOperations_1_3( in getSupportedOperations_1_2()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
H A D | FibonacciDriver.h | 50 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model,
|
H A D | FibonacciDriver.cpp | 188 hardware::Return<void> FibonacciDriver::getSupportedOperations_1_3( in getSupportedOperations_1_3() function in android::nn::sample_driver::FibonacciDriver
|
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
H A D | Device.h | 59 Return<void> getSupportedOperations_1_3(const V1_3::Model& model,
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
H A D | MockDevice.h | 78 MOCK_METHOD(Return<void>, getSupportedOperations_1_3,
|
H A D | DeviceTest.cpp | 586 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()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | BasicTests.cpp | 183 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_3( in TEST_P()
|
H A D | VtsHalNeuralnetworks.cpp | 46 const Return<void> supportedCall = device->getSupportedOperations_1_3( in createPreparedModel()
|
H A D | QualityOfServiceTests.cpp | 95 const Return<void> supportedCall = device->getSupportedOperations_1_3( in runPrepareModelTest()
|
H A D | ValidateModel.cpp | 48 Return<void> ret = device->getSupportedOperations_1_3( in validateGetSupportedOperations()
|
H A D | CompilationCachingTests.cpp | 309 Return<void> supportedCall = kDevice->getSupportedOperations_1_3( in isModelFullySupported()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestExtensions.cpp | 65 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model&, in getSupportedOperations_1_3() function in __anon5bba97370110::TestDriver
|
H A D | TestMemoryDomain.cpp | 100 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in __anon75e9c8580110::TestDriverLatest
|
H A D | TestPartitioningRandom.cpp | 574 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() function in android::__anonc614c5800110::TestDriver 598 auto ret = getSupportedOperations_1_3( in prepareModel_1_3()
|
H A D | TestCompilationCaching.cpp | 179 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in __anone6e788b30110::CachingDriver
|
H A D | TestIntrospectionControl.cpp | 87 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in __anon138cc3190110::TestDriver 691 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() function in __anon138cc3190110::test_drivers::TestDriver13
|
H A D | TestExecution.cpp | 350 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() function in android::__anon64cf91bb0110::TestDriver13
|
H A D | TestPartitioning.cpp | 369 auto ret = getSupportedOperations_1_3( in prepareModel_1_3() 397 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in __anon63efd43f0110::PartitioningDriver
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
H A D | Device.cpp | 181 const auto ret = kDevice->getSupportedOperations_1_3(hidlModel, cb); in getSupportedOperations()
|
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
H A D | Device.cpp | 429 Return<void> Device::getSupportedOperations_1_3(const V1_3::Model& model, in getSupportedOperations_1_3() function in android::hardware::neuralnetworks::adapter::Device
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IDevice.hal | 74 getSupportedOperations_1_3(Model model)
|