Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtoco_graphviz_dump_options.cc18 GraphVizDumpOptions* GraphVizDumpOptions::singleton() { in singleton()
19 static auto* ptr = new GraphVizDumpOptions; in singleton()
Dtoco_graphviz_dump_options.h23 struct GraphVizDumpOptions { struct
27 static GraphVizDumpOptions* singleton(); argument
Dmodel_cmdline_flags.cc174 auto& dump_options = *GraphVizDumpOptions::singleton(); in ParseModelFlagsFromCommandLineFlags()
Dtooling_util.cc527 const auto& dump_options = *GraphVizDumpOptions::singleton(); in DumpGraphvizVideoFrame()
564 const auto& dump_options = *GraphVizDumpOptions::singleton(); in LogDump()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc69 auto& dump_options = *GraphVizDumpOptions::singleton(); in TocoConvert()