Home
last modified time | relevance | path

Searched defs:prepareModel (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriverPartial.cpp49 ndk::ScopedAStatus SampleDriverPartial::prepareModel( in prepareModel() function in android::nn::sample_driver::SampleDriverPartial
H A DSampleDriver.cpp99 ndk::ScopedAStatus SampleDriver::prepareModel( in prepareModel() function in android::nn::sample_driver::SampleDriver
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIDevice.aidl44 …void prepareModel(in android.hardware.neuralnetworks.Model model, in android.hardware.neuralnetwor… in prepareModel() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIDevice.aidl44 …void prepareModel(in android.hardware.neuralnetworks.Model model, in android.hardware.neuralnetwor… in prepareModel() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIDevice.aidl346 void prepareModel(in Model model, in ExecutionPreference preference, in Priority priority, in prepareModel() method
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidDevice.cpp83 nn::GeneralResult<nn::SharedPreparedModel> InvalidDevice::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::utils::InvalidDevice
H A DResilientDevice.cpp179 nn::GeneralResult<nn::SharedPreparedModel> ResilientDevice::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::utils::ResilientDevice
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DLimitedSupportDevice.cpp90 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModel( in prepareModel() function in android::nn::sample::LimitedSupportDevice
H A DCanonicalDevice.cpp158 GeneralResult<SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::nn::sample::Device
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp89 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_1
112 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_0
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp124 ndk::ScopedAStatus InvalidDevice::prepareModel( in prepareModel() function in aidl::android::hardware::neuralnetworks::InvalidDevice
H A DDevice.cpp214 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel() function in aidl::android::hardware::neuralnetworks::utils::Device
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp450 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon64cf91bb0110::TestDriver13
501 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon64cf91bb0110::TestDriver12
555 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon64cf91bb0110::TestDriver11
577 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon64cf91bb0110::TestDriver10
H A DTestIntrospectionControl.cpp742 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon138cc3190110::test_drivers::TestDriver13
777 hardware::Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon138cc3190110::test_drivers::TestDriver11
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DDevice.cpp143 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::V1_0::utils::Device
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DDevice.cpp143 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::V1_1::utils::Device
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DDevice.cpp187 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::V1_3::utils::Device
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DDriverFuzzTest.cpp289 sp<V1_3::IPreparedModel> prepareModel(const sp<V1_3::IDevice>& device, const V1_3::Model& model) { in prepareModel() function
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DDevice.cpp131 nn::GeneralResult<void> prepareModel(const nn::SharedDevice& device, const Executor& executor, in prepareModel() function
449 Return<V1_0::ErrorStatus> Device::prepareModel(const V1_0::Model& model, in prepareModel() function in android::hardware::neuralnetworks::adapter::Device
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp236 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel() function in android::hardware::neuralnetworks::V1_2::utils::Device
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimDevice.cpp527 ndk::ScopedAStatus ShimDevice::prepareModel( in prepareModel() function in aidl::android::hardware::neuralnetworks::ShimDevice
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp432 std::pair<int, std::shared_ptr<RuntimePreparedModel>> DriverDevice::prepareModel( in prepareModel() function in android::nn::DriverDevice
979 std::pair<int, std::shared_ptr<RuntimePreparedModel>> CpuDevice::prepareModel( in prepareModel() function in android::nn::CpuDevice
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DDeviceTest.cpp371 TEST(DeviceTest, prepareModel) { in TEST() argument
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/test/
H A DDeviceTest.cpp381 TEST(DeviceTest, prepareModel) { in TEST() argument
/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientDeviceTest.cpp309 TEST(ResilientDeviceTest, prepareModel) { in TEST() argument

12