Home
last modified time | relevance | path

Searched refs:RenderGraph (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper_test.cc84 string graph, RenderGraph(*root_computation, /*label=*/"", DebugOptions(), in TEST_F()
122 string graph, RenderGraph(*root_computation, /*label=*/"an_empty_graph", in TEST_F()
141 string graph, RenderGraph(*root_computation, /*label=*/"tuple_constant", in TEST_F()
160 RenderGraph(*module->entry_computation(), /*label=*/"tuple_constant", in TEST_F()
Dhlo_graph_dumper.h71 StatusOr<string> RenderGraph(
Ddump.cc251 StatusOr<string> rendered_graph = RenderGraph( in DumpHloModuleImpl()
276 StatusOr<string> rendered_graph = RenderGraph( in DumpHloModuleImpl()
Dhlo_graph_dumper.cc1725 RenderGraph(computation, in RegisterFusionState()
1739 StatusOr<string> RenderGraph(const HloComputation& computation, in RenderGraph() function
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.cc157 xla::StatusOr<std::string> graph = xla::RenderGraph( in GetCompilerIr()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc109 return RenderGraph(*hlo_module->entry_computation(), /*label=*/"", in GetComputationHloDotGraph()
357 return RenderGraph(*hlo_module.entry_computation(), /*label=*/"", in BuildXlaCompilerSubmodule()