Home
last modified time | relevance | path

Searched defs:display_str (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcache.c219 PyObject* display_str; in pysqlite_cache_display() local
/external/python/cpython2/Modules/_sqlite/
Dcache.c222 PyObject* display_str; in pysqlite_cache_display() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc110 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format()
Dtfprof_graph.cc148 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format()
Dtfprof_op.cc177 string display_str = FormatLegend(opts); in ShowInternal() local
Dtfprof_code.cc514 const Options& opts, string* display_str, in Format()