Home
last modified time | relevance | path

Searched refs:DebugGraphDecorator (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.h46 class DebugGraphDecorator : public DebugGraphDecoratorInterface {
48 DebugGraphDecorator(const DebugOptions& debug_options) in DebugGraphDecorator() function
50 virtual ~DebugGraphDecorator() {} in ~DebugGraphDecorator()
Ddebugger_state_impl.cc51 Status DebugGraphDecorator::DecorateGraph(Graph* graph, Device* device) { in DecorateGraph()
57 Status DebugGraphDecorator::PublishGraph(const Graph& graph, in PublishGraph()
Ddebug.cc36 new DebugGraphDecorator(options)); in CreateDebugGraphDecorator()