Searched refs:DecorateGraph (Results 1 – 5 of 5) sorted by relevance
52 Status DecorateGraph(Graph* graph, Device* device) override;
51 Status DebugGraphDecorator::DecorateGraph(Graph* graph, Device* device) { in DecorateGraph() function in tensorflow::DebugGraphDecorator
65 virtual Status DecorateGraph(Graph* graph, Device* device) = 0;
490 TF_RETURN_IF_ERROR(decorator->DecorateGraph(graph, device)); in DecorateAndPublishGraphForDebug()
109 TF_RETURN_IF_ERROR(decorator->DecorateGraph(graph, device)); in DecorateAndPublishGraphForDebug()