Searched refs:supportedOperations (Results 1 – 3 of 3) sorted by relevance
37 std::vector<bool>& supportedOperations) in GetSupportedOperation() argument39 supportedOperations = {true, true, true}; in GetSupportedOperation()
691 std::vector<bool> supportedOperations; in GetSupportedOperations() local693 OH_NN_ReturnCode ret = nnBackend->GetSupportedOperation(m_liteGraph, supportedOperations); in GetSupportedOperations()700 …std::copy(supportedOperations.begin(), supportedOperations.end(), std::back_inserter(m_supportedOp… in GetSupportedOperations()