Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h49 enum class RenderedGraphFormat { enum
73 const DebugOptions& debug_options, RenderedGraphFormat format,
86 const HloInstruction& node, int radius, RenderedGraphFormat format,
95 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()
Dhlo_graph_dumper.cc1689 RenderedGraphFormat format) in WrapDotInFormat()
1692 case RenderedGraphFormat::kUrl: in WrapDotInFormat()
1696 case RenderedGraphFormat::kHtml: in WrapDotInFormat()
1698 case RenderedGraphFormat::kDot: in WrapDotInFormat()
1700 case RenderedGraphFormat::kFusionVisualization: in WrapDotInFormat()
1728 /*debug_options=*/{}, xla::RenderedGraphFormat::kDot, in RegisterFusionState()
1742 RenderedGraphFormat format, in RenderGraph()
1746 if (format == RenderedGraphFormat::kUrl && url_renderer == nullptr) { in RenderGraph()
1758 const HloInstruction& node, int radius, RenderedGraphFormat format, in RenderNeighborhoodAround()
1762 if (format == RenderedGraphFormat::kUrl && url_renderer == nullptr) { in RenderNeighborhoodAround()
[all …]
Ddump.cc250 auto render_graph = [&](RenderedGraphFormat format) { in DumpHloModuleImpl()
264 render_graph(RenderedGraphFormat::kDot), opts)); in DumpHloModuleImpl()
270 render_graph(RenderedGraphFormat::kHtml), opts)); in DumpHloModuleImpl()
280 RenderedGraphFormat::kFusionVisualization, profile); in DumpHloModuleImpl()
294 string url = render_graph(RenderedGraphFormat::kUrl); in DumpHloModuleImpl()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc444 const std::function<StatusOr<string>(RenderedGraphFormat)>& renderer) { in RenderAndDisplayGraph()
445 StatusOr<string> url_result = renderer(RenderedGraphFormat::kUrl); in RenderAndDisplayGraph()
461 StatusOr<string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.cc160 /*debug_options=*/{}, xla::RenderedGraphFormat::kDot, in GetCompilerIr()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc111 RenderedGraphFormat::kDot); in GetComputationHloDotGraph()
359 RenderedGraphFormat::kDot); in BuildXlaCompilerSubmodule()