Searched refs:OperatorTypeName (Results 1 – 7 of 7) sorted by relevance
357 output, OperatorTypeName(op.type)); in ChooseQuantizationForOperatorOutput()384 output, OperatorTypeName(op.type)); in ChooseQuantizationForOperatorOutput()
2368 LOG(FATAL) << "Unhandled operator type " << OperatorTypeName(op->type); in Run()
102 const char* OperatorTypeName(OperatorType type);
306 const char* OperatorTypeName(OperatorType type) { in OperatorTypeName() function442 return OperatorTypeName(op.type); in HelpfulOperatorTypeName()475 VLOG(log_level) << " " << OperatorTypeName(*it) << ": " << count; in LogSummary()1232 op_type_by_name[OperatorTypeName(op->type)] = op->type; in CheckModelCounts()
465 html += string(absl::StripPrefix(OperatorTypeName(op.type), "TensorFlow")); in GetOpLabel()
2382 LOG(FATAL) << "Unhandled operator type " << OperatorTypeName(src_op.type); in ConvertOperator()
47 << "No operator for '" << OperatorTypeName(type) << "'."; in GetOperator()50 << "while verifying '" << OperatorTypeName(type) << "'."; in GetOperator()