Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1544 device->getSupportedOperations(slicer->getModel(), slicer, &mSupportsOperationByIndex); in initialize()
1547 bool check(size_t operationIndex) const { return mSupportsOperationByIndex[operationIndex]; } in check()
1550 hidl_vec<bool> mSupportsOperationByIndex; member in android::nn::__anonfc5b57a50a11::CanDo