Searched refs:supportedOps (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 703 uint32_t numDevices, bool* supportedOps) { in ANeuralNetworksModel_getSupportedOperationsForDevices() argument 705 if (model == nullptr || devices == nullptr || supportedOps == nullptr) { in ANeuralNetworksModel_getSupportedOperationsForDevices() 724 std::fill(supportedOps, supportedOps + opMap.size(), false); in ANeuralNetworksModel_getSupportedOperationsForDevices() 744 supportedOps[originalIdx] |= supportsByDevice[j]; in ANeuralNetworksModel_getSupportedOperationsForDevices()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 901 bool supportedOps[20]; in TEST_F() local 902 ASSERT_LE(mNumOperations, sizeof(supportedOps) / sizeof(supportedOps[0])); in TEST_F() 907 supportedOps), in TEST_F() 915 supportedOps), in TEST_F() 921 supportedOps), in TEST_F() 926 supportedOps), in TEST_F() 931 supportedOps), in TEST_F() 936 ANeuralNetworksModel_getSupportedOperationsForDevices(mModel, nullptr, 1, supportedOps), in TEST_F()
|
D | TestIntrospectionControl.cpp | 74 TestDriver(const char* name, Capabilities capabilities, const std::vector<bool>& supportedOps) in TestDriver() argument 75 : SampleDriver(name), mCapabilities(capabilities), mSupportedOps(supportedOps) {} in TestDriver() 120 DeviceSpecification(const std::string& name, float perf, std::vector<bool>& supportedOps) in DeviceSpecification() 121 : mName(name), mSupportedOps(supportedOps) { in DeviceSpecification()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 6738 uint32_t numDevices, bool* supportedOps) __INTRODUCED_IN(29);
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 1153 * @param supportedOps The boolean array to be filled. True means supported. The size of the 1155 * in the model. The order of elements in the supportedOps array matches 1164 uint32_t numDevices, bool* supportedOps) __INTRODUCED_IN(29);
|