Searched refs:ShowInternal (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_op.h | 52 const ShowMultiNode* ShowInternal(const Options& opts,
|
D | tfprof_scope.h | 51 const ShowNode* ShowInternal(const Options& opts,
|
D | tfprof_graph.h | 54 const ShowNode* ShowInternal(const Options& opts,
|
D | tfprof_code.h | 68 const ShowMultiNode* ShowInternal(const Options& opts,
|
D | tfprof_show_multi.cc | 34 return ShowInternal(opts, &timeline)->proto(); in Show() 36 const ShowMultiNode* ret = ShowInternal(opts, nullptr); in Show()
|
D | tfprof_show_multi.h | 52 virtual const ShowMultiNode* ShowInternal(const Options& opts,
|
D | tfprof_show.cc | 31 return ShowInternal(opts, &timeline)->proto(); in Show() 33 const ShowNode* ret = ShowInternal(opts, nullptr); in Show()
|
D | tfprof_show.h | 51 virtual const ShowNode* ShowInternal(const Options& opts,
|
D | tfprof_scope.cc | 80 const ShowNode* TFScope::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal() function in tensorflow::tfprof::TFScope
|
D | tfprof_graph.cc | 72 const ShowNode* TFGraph::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal() function in tensorflow::tfprof::TFGraph
|
D | tfprof_op.cc | 105 const ShowMultiNode* TFOp::ShowInternal(const Options& opts, in ShowInternal() function in tensorflow::tfprof::TFOp
|
D | tfprof_code.cc | 456 const ShowMultiNode* TFCode::ShowInternal(const Options& opts, in ShowInternal() function in tensorflow::tfprof::TFCode
|