Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc710 string GetGraphLabel(const Model& model, const string& graph_name) { in GetGraphLabel() function
759 AppendF(output_file, kGraphFmt, GetGraphLabel(model, graph_name)); in DumpGraphviz()