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.cc99 << "Found " << HelpfulOperatorTypeName(*other_op) in Run()
Dquantize.cc494 HelpfulOperatorTypeName(op), in Run()
619 << HelpfulOperatorTypeName(op) << " is a quantized op" in Run()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc57 const string& opname = HelpfulOperatorTypeName(op); in LogName()
436 string HelpfulOperatorTypeName(const Operator& op) { in HelpfulOperatorTypeName() function
593 VLOG(log_level) << HelpfulOperatorTypeName(*op) << " :"; in LogDump()
1143 LOG(ERROR) << HelpfulOperatorTypeName(*bad_op) << " : " in FixOperatorOrdering()
1717 << HelpfulOperatorTypeName(*op) << " operator producing the output " in CheckIsReadyForQuantization()
Dtooling_util.h103 string HelpfulOperatorTypeName(const Operator& op);
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc80 << HelpfulOperatorTypeName(*new_toco_op) in SerializeAndDeserialize()
82 << HelpfulOperatorTypeName(toco_op); in SerializeAndDeserialize()
Dexport.cc114 string name = HelpfulOperatorTypeName(op); in OperatorKey()