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.cc543 HelpfulOperatorTypeName(op), in Run()
664 << HelpfulOperatorTypeName(op) << " is a quantized op" in Run()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h100 std::string HelpfulOperatorTypeName(const Operator& op);
Dtooling_util.cc57 const std::string& opname = HelpfulOperatorTypeName(op); in LogName()
464 std::string HelpfulOperatorTypeName(const Operator& op) { in HelpfulOperatorTypeName() function
621 VLOG(log_level) << HelpfulOperatorTypeName(*op) << " :"; in LogDump()
1174 LOG(ERROR) << HelpfulOperatorTypeName(*bad_op) << " : " in FixOperatorOrdering()
1736 << HelpfulOperatorTypeName(*op) << " operator producing the output " in CheckIsReadyForQuantization()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.cc119 std::string name = HelpfulOperatorTypeName(op); in OperatorKey()
Doperator_test.cc79 << HelpfulOperatorTypeName(*new_toco_op) in SerializeAndDeserialize()
81 << HelpfulOperatorTypeName(toco_op); in SerializeAndDeserialize()