Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp520 OperationTuple opTuple = std::make_pair(operationType, operandType); in addOperations() local
522 getOperationPrepareTable().find(opTuple) != getOperationPrepareTable().end(), in addOperations()
525 getOperationPrepareTable()[opTuple](operation.inputs, operation.outputs, this); in addOperations()
590 OperationTuple opTuple = std::make_pair(operationType, operandType); in supportedOperations() local
592 auto entry = getOperationCheckTable().find(opTuple); in supportedOperations()