Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dhlo_proto_to_graph_view.cc46 using ::xla::RenderedGraphFormat;
94 const RenderedGraphFormat& format) { in Plot()
180 xla::RenderedGraphFormat GetRenderFormat(const std::string& format_string) { in GetRenderFormat()
182 return xla::RenderedGraphFormat::kHtml; in GetRenderFormat()
184 return xla::RenderedGraphFormat::kDot; in GetRenderFormat()
186 return xla::RenderedGraphFormat::kUrl; in GetRenderFormat()
190 return xla::RenderedGraphFormat::kUrl; in GetRenderFormat()
196 const HloRenderOptions& render_options, const RenderedGraphFormat& format) { in ConvertHloProtoToGraph()
Dhlo_proto_to_graph_view.h39 xla::RenderedGraphFormat format;
49 xla::RenderedGraphFormat GetRenderFormat(const std::string& format_string);
55 const xla::RenderedGraphFormat& format);
Dhlo_proto_to_graph_view_test.cc45 EXPECT_EQ(params1.format, xla::RenderedGraphFormat::kUrl); in TEST()
62 EXPECT_EQ(params2.format, xla::RenderedGraphFormat::kHtml); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h49 enum class RenderedGraphFormat { enum
72 const DebugOptions& debug_options, RenderedGraphFormat format,
85 const HloInstruction& node, int radius, RenderedGraphFormat format,
94 RenderedGraphFormat format, HloRenderOptions hlo_render_options = {});
Dhlo_graph_dumper_test.cc86 RenderedGraphFormat::kDot)); in TEST_F()
110 RenderedGraphFormat::kDot)); in TEST_F()
125 RenderedGraphFormat::kDot)); in TEST_F()
144 RenderedGraphFormat::kDot)); in TEST_F()
163 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
193 DebugOptions(), RenderedGraphFormat::kDot)); in TEST_F()
Ddump.cc423 auto render_graph = [&](RenderedGraphFormat format) { in DumpHloModuleImpl()
437 render_graph(RenderedGraphFormat::kDot), opts)); in DumpHloModuleImpl()
443 render_graph(RenderedGraphFormat::kHtml), opts)); in DumpHloModuleImpl()
471 std::string url = render_graph(RenderedGraphFormat::kUrl); in DumpHloModuleImpl()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc454 const std::function<StatusOr<std::string>(RenderedGraphFormat)>& renderer) { in RenderAndDisplayGraph()
455 StatusOr<std::string> url_result = renderer(RenderedGraphFormat::kUrl); in RenderAndDisplayGraph()
471 StatusOr<std::string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.cc209 /*debug_options=*/{}, xla::RenderedGraphFormat::kDot, in GetCompilerIr()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc142 RenderedGraphFormat::kDot); in GetComputationHloDotGraph()
496 RenderedGraphFormat::kDot); in BuildXlaCompilerSubmodule()