Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2474 mSupportsOperationByIndex = device->getSupportedOperations(metaModel); in initialize()
2477 bool check(size_t operationIndex) const { return mSupportsOperationByIndex[operationIndex]; } in check()
2480 std::vector<bool> mSupportsOperationByIndex; member in android::nn::__anon80e2f1321e11::CanDo