Searched refs:OperatorTypeName (Results 1 – 8 of 8) sorted by relevance
62 op_name = OperatorTypeName(op.type); in TryGetOperatorName()
405 output, OperatorTypeName(op.type)); in ChooseQuantizationForOperatorOutput()433 output, OperatorTypeName(op.type)); in ChooseQuantizationForOperatorOutput()
2483 LOG(FATAL) << "Unhandled operator type " << OperatorTypeName(op->type); in Run()
99 const char* OperatorTypeName(OperatorType type);
324 const char* OperatorTypeName(OperatorType type) { in OperatorTypeName() function470 return OperatorTypeName(op.type); in HelpfulOperatorTypeName()503 VLOG(log_level) << " " << OperatorTypeName(*it) << ": " << count; in LogSummary()1263 op_type_by_name[OperatorTypeName(op->type)] = op->type; in CheckModelCounts()
469 std::string(absl::StripPrefix(OperatorTypeName(op.type), "TensorFlow")); in GetOpLabel()
2423 LOG(FATAL) << "Unhandled operator type " << OperatorTypeName(src_op.type); in ConvertOperator()
46 << "No operator for '" << OperatorTypeName(type) << "'."; in GetOperator()49 << "while verifying '" << OperatorTypeName(type) << "'."; in GetOperator()