Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DIDevice.aidl46 …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/
DIDevice.aidl46 …void prepareModelWithConfig(in android.hardware.neuralnetworks.Model model, in android.hardware.ne… in prepareModelWithConfig() method
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIDevice.aidl457 void prepareModelWithConfig( in prepareModelWithConfig() method
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DMockDevice.h53 MOCK_METHOD(ndk::ScopedAStatus, prepareModelWithConfig,
DDeviceTest.cpp717 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/
DDevice.h76 ndk::ScopedAStatus prepareModelWithConfig(
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DInvalidDevice.h56 ndk::ScopedAStatus prepareModelWithConfig(
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DVtsHalNeuralnetworks.cpp69 device->prepareModelWithConfig(model, in createPreparedModel()
DValidateModel.cpp87 const auto prepareLaunchStatus = device->prepareModelWithConfig( in validatePrepareModelWithConfig()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp170 ndk::ScopedAStatus InvalidDevice::prepareModelWithConfig( in prepareModelWithConfig() function in aidl::android::hardware::neuralnetworks::InvalidDevice
DDevice.cpp239 const auto ret = kDevice->prepareModelWithConfig( in prepareModel()
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DDevice.cpp320 ndk::ScopedAStatus Device::prepareModelWithConfig( in prepareModelWithConfig() function in aidl::android::hardware::neuralnetworks::adapter::Device