MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LogName

Function LogName

tensorflow/lite/toco/tooling_util.cc:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56string LogName(const Operator& op) {
57 const string& opname = HelpfulOperatorTypeName(op);
58 if (op.outputs.empty()) {
59 return toco::port::StringF("{%s operator}", opname);
60 } else {
61 return toco::port::StringF("{%s operator with output %s}", opname,
62 op.outputs[0]);
63 }
64}
65
66string ArrayDataTypeName(ArrayDataType data_type) {
67 switch (data_type) {

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
IsFakeQuantTrivialFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
IsReshapeTrivialFunction · 0.85
RunMethod · 0.85

Calls 3

HelpfulOperatorTypeNameFunction · 0.85
StringFFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected