Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc641 void DumpNode(const Model& model, string* output_file, const string& node_name, in DumpNode() function
656 DumpNode(model, output_file, child.first, *child.second); in DumpNode()
764 DumpNode(model, output_file, "", tree); in DumpGraphviz()