Searched refs:mSupportsOperationByIndex (Results 1 – 1 of 1) sorted by relevance
2527 mSupportsOperationByIndex = device->getSupportedOperations(metaModel); in initialize()2530 bool check(size_t operationIndex) const { return mSupportsOperationByIndex[operationIndex]; } in check()2533 std::vector<bool> mSupportsOperationByIndex; member in android::nn::__anon58bb3e6b1f11::CanDo