Home
last modified time | relevance | path

Searched refs:HelpfulOperatorTypeName (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_tensorflow_switch.cc103 "Found ", HelpfulOperatorTypeName(*other_op), in Run()
Dquantize.cc546 HelpfulOperatorTypeName(op), in Run()
667 << HelpfulOperatorTypeName(op) << " is a quantized op" in Run()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h101 std::string HelpfulOperatorTypeName(const Operator& op);
Dtooling_util.cc59 const std::string& opname = HelpfulOperatorTypeName(op); in LogName()
466 std::string HelpfulOperatorTypeName(const Operator& op) { in HelpfulOperatorTypeName() function
623 VLOG(log_level) << HelpfulOperatorTypeName(*op) << " :"; in LogDump()
1176 LOG(ERROR) << HelpfulOperatorTypeName(*bad_op) << " : " in FixOperatorOrdering()
1738 << HelpfulOperatorTypeName(*op) << " operator producing the output " in CheckIsReadyForQuantization()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.cc121 std::string name = HelpfulOperatorTypeName(op); in OperatorKey()
Doperator_test.cc81 << HelpfulOperatorTypeName(*new_toco_op) in SerializeAndDeserialize()
83 << HelpfulOperatorTypeName(toco_op); in SerializeAndDeserialize()