Searched refs:DebugGraphDecorator (Results 1 – 3 of 3) sorted by relevance
46 class DebugGraphDecorator : public DebugGraphDecoratorInterface {48 DebugGraphDecorator(const DebugOptions& debug_options) in DebugGraphDecorator() function50 virtual ~DebugGraphDecorator() {} in ~DebugGraphDecorator()
51 Status DebugGraphDecorator::DecorateGraph(Graph* graph, Device* device) { in DecorateGraph()57 Status DebugGraphDecorator::PublishGraph(const Graph& graph, in PublishGraph()
36 new DebugGraphDecorator(options)); in CreateDebugGraphDecorator()