Home
last modified time | relevance | path

Searched defs:getSupportedOperations (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp85 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::nn::fuzzing_test::TestDriverV1_1
108 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::nn::fuzzing_test::TestDriverV1_0
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp452 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon50a6e8490111::TestDriver12
516 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon50a6e8490111::TestDriver11
538 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon50a6e8490111::TestDriver10
DTestPartitioningRandom.cpp653 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anonbe695bce0111::TestDriverV1_2
688 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anonbe695bce0111::TestDriverV1_1
710 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anonbe695bce0111::TestDriverV1_0
DTestVersionedInterfaces.cpp1106 TEST_F(VersionedIDeviceV1_0Test, getSupportedOperations) { in TEST_F() argument
1123 TEST_F(VersionedIDeviceV1_1Test, getSupportedOperations) { in TEST_F() argument
1140 TEST_F(VersionedIDeviceV1_2Test, getSupportedOperations) { in TEST_F() argument
1157 TEST_F(VersionedIDeviceV1_3Test, getSupportedOperations) { in TEST_F() argument
DTestPartitioning.cpp547 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in __anon83dd480d0111::PartitioningDriverV1_2
586 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in __anon83dd480d0111::PartitioningDriverV1_1
612 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in __anon83dd480d0111::PartitioningDriverV1_0
DTestIntrospectionControl.cpp751 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in __anon736024e70111::test_drivers::TestDriver11
/frameworks/ml/nn/runtime/
DManager.cpp184 std::vector<bool> DriverDevice::getSupportedOperations(const MetaModel& metaModel) const { in getSupportedOperations() function in android::nn::DriverDevice
636 std::vector<bool> CpuDevice::getSupportedOperations(const MetaModel& metaModel) const { in getSupportedOperations() function in android::nn::CpuDevice
DVersionedInterfaces.cpp960 std::pair<ErrorStatus, hidl_vec<bool>> VersionedIDevice::getSupportedOperations( in getSupportedOperations() function in android::nn::VersionedIDevice
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp113 Return<void> SampleDriver::getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::nn::sample_driver::SampleDriver