Home
last modified time | relevance | path

Searched refs:RenderedGraphFormat (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h47 enum class RenderedGraphFormat { enum
62 const DebugOptions& debug_options, RenderedGraphFormat format,
75 const HloInstruction& node, int radius, RenderedGraphFormat format,
84 RenderedGraphFormat format,
Dhlo_graph_dumper_test.cc85 RenderedGraphFormat::kDot)); in TEST_F()
109 RenderedGraphFormat::kDot)); in TEST_F()
123 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
142 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
161 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
Ddump.cc205 auto render_graph = [&](RenderedGraphFormat format) { in DumpHloModuleImpl()
218 render_graph(RenderedGraphFormat::kDot), opts); in DumpHloModuleImpl()
223 render_graph(RenderedGraphFormat::kHtml), opts); in DumpHloModuleImpl()
229 string url = render_graph(RenderedGraphFormat::kUrl); in DumpHloModuleImpl()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc418 const std::function<StatusOr<string>(RenderedGraphFormat)>& renderer) { in RenderAndDisplayGraph()
419 StatusOr<string> url_result = renderer(RenderedGraphFormat::kUrl); in RenderAndDisplayGraph()
435 StatusOr<string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc397 RenderedGraphFormat::kDot); in GetHloDotGraph()