Searched refs:isExtensionOperationType (Results 1 – 13 of 13) sorted by relevance
57 supportedOperations->at(i) = !isExtensionOperationType(operation.type); in getSupportedOperations()
67 if (!isExtensionOperationType(operation.type) && operation.inputs.size() > 0) { in getSupportedOperationsImpl()
66 if (!isExtensionOperationType(operation.type) && operation.inputs.size() > 0) { in getSupportedOperationsImpl()
51 supported[i] = !isExtensionOperationType(operation.type); in getSupportedOperations_1_3()
151 return !isExtensionOperationType(operation.type) && in getSupportedOperations()
132 bool isExtensionOperationType(OperationType type);
116 bool isExtensionOperationType(V1_3::OperationType type);
131 static bool isExtensionOperationType(ANeuralNetworksOperationType type) { in isExtensionOperationType() function139 bool isExtensionOperationType(OperationType type) { in isExtensionOperationType() function140 return isExtensionOperationType(static_cast<int32_t>(type)); in isExtensionOperationType()744 if (isExtensionOperationType(opType)) { in validateOperation()
90 bool isExtensionOperationType(V1_3::OperationType type) { in isExtensionOperationType() function91 return isExtensionOperationType(static_cast<OperationType>(type)); in isExtensionOperationType()