Searched refs:PublishGraph (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.cc | 57 Status DebugGraphDecorator::PublishGraph(const Graph& graph, in PublishGraph() function in tensorflow::DebugGraphDecorator 67 return DebugIO::PublishGraph(graph, device_name, debug_urls); in PublishGraph()
|
D | debugger_state_impl.h | 53 Status PublishGraph(const Graph& graph, const string& device_name) override;
|
D | debug_io_utils.h | 95 static Status PublishGraph(const Graph& graph, const string& device_name,
|
D | debug_io_utils.cc | 491 Status DebugIO::PublishGraph(const Graph& graph, const string& device_name, in PublishGraph() function in tensorflow::DebugIO
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | debugger_state_interface.h | 68 virtual Status PublishGraph(const Graph& graph,
|
D | direct_session.cc | 491 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name())); in DecorateAndPublishGraphForDebug()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 110 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name())); in DecorateAndPublishGraphForDebug()
|