/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
D | IDevice.aidl | 46 …void prepareModelWithConfig(in android.hardware.neuralnetworks.Model model, in android.hardware.ne… in prepareModelWithConfig() method
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | IDevice.aidl | 46 …void prepareModelWithConfig(in android.hardware.neuralnetworks.Model model, in android.hardware.ne… in prepareModelWithConfig() method
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | IDevice.aidl | 457 void prepareModelWithConfig( in prepareModelWithConfig() method
|
/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
D | MockDevice.h | 53 MOCK_METHOD(ndk::ScopedAStatus, prepareModelWithConfig,
|
D | DeviceTest.cpp | 717 TEST_P(DeviceTest, prepareModelWithConfig) { in TEST_P() argument 724 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 746 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 767 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 788 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 809 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 829 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P() 854 EXPECT_CALL(*mockDevice, prepareModelWithConfig(_, _, _)) in TEST_P()
|
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/include/nnapi/hal/aidl/ |
D | Device.h | 76 ndk::ScopedAStatus prepareModelWithConfig(
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | InvalidDevice.h | 56 ndk::ScopedAStatus prepareModelWithConfig(
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 69 device->prepareModelWithConfig(model, in createPreparedModel()
|
D | ValidateModel.cpp | 87 const auto prepareLaunchStatus = device->prepareModelWithConfig( in validatePrepareModelWithConfig()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | InvalidDevice.cpp | 170 ndk::ScopedAStatus InvalidDevice::prepareModelWithConfig( in prepareModelWithConfig() function in aidl::android::hardware::neuralnetworks::InvalidDevice
|
D | Device.cpp | 239 const auto ret = kDevice->prepareModelWithConfig( in prepareModel()
|
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/ |
D | Device.cpp | 320 ndk::ScopedAStatus Device::prepareModelWithConfig( in prepareModelWithConfig() function in aidl::android::hardware::neuralnetworks::adapter::Device
|