Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp920 device->getSupportedOperations(hidlModel, &mSupportsOperationByIndex); in initialize()
923 bool check(size_t operationIndex) const { return mSupportsOperationByIndex[operationIndex]; } in check()
926 hidl_vec<bool> mSupportsOperationByIndex; member in android::nn::__anonfc5b57a50911::CanDo