Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp89 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_1
112 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::nn::fuzzing_test::TestDriverV1_0
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp419 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon50a6e8490111::TestDriver13
469 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon50a6e8490111::TestDriver12
520 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon50a6e8490111::TestDriver11
542 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anon50a6e8490111::TestDriver10
DTestPartitioningRandom.cpp657 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anonbe695bce0111::TestDriverV1_2
692 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anonbe695bce0111::TestDriverV1_1
714 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in android::__anonbe695bce0111::TestDriverV1_0
DTestIntrospectionControl.cpp720 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon736024e70111::test_drivers::TestDriver13
755 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon736024e70111::test_drivers::TestDriver11
DTestVersionedInterfaces.cpp1174 TEST_F(VersionedIDeviceV1_0Test, prepareModel) { in TEST_F() argument
1190 TEST_F(VersionedIDeviceV1_1Test, prepareModel) { in TEST_F() argument
1206 TEST_F(VersionedIDeviceV1_2Test, prepareModel) { in TEST_F() argument
1222 TEST_F(VersionedIDeviceV1_3Test, prepareModel) { in TEST_F() argument
DTestPartitioning.cpp551 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon83dd480d0111::PartitioningDriverV1_2
590 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon83dd480d0111::PartitioningDriverV1_1
616 Return<V1_0::ErrorStatus> prepareModel( in prepareModel() function in __anon83dd480d0111::PartitioningDriverV1_0
/frameworks/ml/nn/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp289 sp<V1_3::IPreparedModel> prepareModel(const sp<V1_3::IDevice>& device, const V1_3::Model& model) { in prepareModel() function
/frameworks/ml/nn/runtime/
DManager.cpp243 std::pair<int, std::shared_ptr<PreparedModel>> DriverDevice::prepareModel( in prepareModel() function in android::nn::DriverDevice
651 std::pair<int, std::shared_ptr<PreparedModel>> CpuDevice::prepareModel( in prepareModel() function in android::nn::CpuDevice
DVersionedInterfaces.cpp1470 std::pair<int, std::shared_ptr<VersionedIPreparedModel>> VersionedIDevice::prepareModel( in prepareModel() function in android::nn::VersionedIDevice
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp166 Return<V1_0::ErrorStatus> SampleDriver::prepareModel( in prepareModel() function in android::nn::sample_driver::SampleDriver