Searched refs:PublishGraph (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
H A Ddebugger_state_impl.cc54 Status DebugGraphDecorator::PublishGraph(const Graph& graph, function in class:tensorflow::DebugGraphDecorator
64 return DebugIO::PublishGraph(graph, device_name, debug_urls);
H A Ddebugger_state_impl.h53 Status PublishGraph(const Graph& graph, const string& device_name) override;
H A Ddebug_io_utils.h95 static Status PublishGraph(const Graph& graph, const string& device_name,
H A Ddebug_io_utils.cc474 Status DebugIO::PublishGraph(const Graph& graph, const string& device_name, function in class:tensorflow::DebugIO
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddebugger_state_interface.h68 virtual Status PublishGraph(const Graph& graph,
H A Ddirect_session.cc432 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name()));
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dgraph_mgr.cc103 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name()));

Completed in 1505 milliseconds