Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc57 Status DebugGraphDecorator::PublishGraph(const Graph& graph, in PublishGraph() function in tensorflow::DebugGraphDecorator
67 return DebugIO::PublishGraph(graph, device_name, debug_urls); in PublishGraph()
Ddebugger_state_impl.h53 Status PublishGraph(const Graph& graph, const string& device_name) override;
Ddebug_io_utils.h95 static Status PublishGraph(const Graph& graph, const string& device_name,
Ddebug_io_utils.cc491 Status DebugIO::PublishGraph(const Graph& graph, const string& device_name, in PublishGraph() function in tensorflow::DebugIO
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.h68 virtual Status PublishGraph(const Graph& graph,
Ddirect_session.cc491 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name())); in DecorateAndPublishGraphForDebug()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc110 TF_RETURN_IF_ERROR(decorator->PublishGraph(*graph, device->name())); in DecorateAndPublishGraphForDebug()