Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h99 const char* getOperationName(OperationType opCode);
/frameworks/ml/nn/common/
DCpuExecutor.cpp337 LOG(ERROR) << getOperationName(operation.type) in executeOperation()
344 LOG(ERROR) << getOperationName(operation.type) << " " << type in executeOperation()
1529 LOG(ERROR) << getOperationName(operation.type) << " failed."; in executeOperation()
DUtils.cpp175 const char* getOperationName(OperationType type) { in getOperationName() function