Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp208 const char* getOperationName() const override;
233 const char* OperationValidationContext::getOperationName() const { in getOperationName() function in android::nn::__anon8d54713c0111::OperationValidationContext
291 static std::string getOperationName(uint32_t code) { in getOperationName() function
292 return getOperationName(static_cast<OperationType>(code)); in getOperationName()
295 std::string getOperationName(OperationType type) { in getOperationName() function
687 LOG(ERROR) << "The given inputs and outputs for operation " << getOperationName(opType) in validateHalVersion()
886 << ") for operation " << getOperationName(opType); in validateOperation()
920 << getOperationName(opType); in validateOperation()
926 << getOperationName(opType); in validateOperation()
937 << ", expected 1) for operation " << getOperationName(opType); in validateOperation()
[all …]
DCpuExecutor.cpp244 NN_RET_CHECK(!isOmittedInput(i)) << getOperationName(operation->type) << " input operand " in checkNoOmittedOperand()
248 NN_RET_CHECK(!isOmittedOutput(i)) << getOperationName(operation->type) << " output operand " in checkNoOmittedOperand()
259 << getOperationName(operation->type) in checkNoZeroSizedInput()
813 LOG(ERROR) << getOperationName(operation.type) << ": Invalid number of " << type in executeOperation()
819 LOG(ERROR) << getOperationName(operation.type) << " " << type << " operand " in executeOperation()
831 LOG(ERROR) << getOperationName(operation.type) in executeOperation()
1705 LOG(ERROR) << getOperationName(operation.type) << " not registered"; in executeOperation()
1709 << getOperationName(operation.type); in executeOperation()
1726 LOG(ERROR) << getOperationName(operation.type) << " failed."; in executeOperation()
DOperationsUtils.cpp95 message << "Operation " << context->getOperationName() << " with inputs {"; in validateHalVersion()
/frameworks/ml/nn/common/operations/
DResizeImageOps.cpp181 NN_RET_CHECK_FAIL() << "Unsupported operation " << getOperationName(opType); in validate()
191 << "Unsupported tensor type for operation " << getOperationName(opType); in validate()
261 NN_RET_CHECK_FAIL() << "Unsupported scalar type for operation " << getOperationName(opType); in prepare()
308 << getOperationName(opType); in execute()
DPooling.cpp338 << getOperationName(opType); in validate()
DActivation.cpp376 NN_RET_CHECK_FAIL() << "Unsupported tensor type for operation " << getOperationName(opType); in validate()
DBroadcast.cpp467 NN_RET_CHECK_FAIL() << "Unsupported tensor type for operation " << getOperationName(opType); in validate()
/frameworks/ml/nn/common/include/
DOperationsUtils.h60 virtual const char* getOperationName() const = 0;
DUtils.h303 std::string getOperationName(hal::OperationType opCode);