Searched refs:operationName (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/include/ |
D | OperationResolver.h | 119 #define NN_REGISTER_OPERATION(identifier, operationName, validate, prepare, execute, ...) \ argument 121 static OperationRegistration registration(OperationType::identifier, operationName, \ 129 #define NN_REGISTER_OPERATION(identifier, operationName, validate, unused_prepare, unused_execute, \ argument 132 static OperationRegistration registration(OperationType::identifier, operationName, \
|