Searched refs:RenderGraph (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper_test.cc | 84 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()
|
D | hlo_graph_dumper.h | 71 StatusOr<string> RenderGraph(
|
D | dump.cc | 251 StatusOr<string> rendered_graph = RenderGraph( in DumpHloModuleImpl() 276 StatusOr<string> rendered_graph = RenderGraph( in DumpHloModuleImpl()
|
D | hlo_graph_dumper.cc | 1725 RenderGraph(computation, in RegisterFusionState() 1739 StatusOr<string> RenderGraph(const HloComputation& computation, in RenderGraph() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | get_compiler_ir.cc | 157 xla::StatusOr<std::string> graph = xla::RenderGraph( in GetCompilerIr()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_compiler.cc | 109 return RenderGraph(*hlo_module->entry_computation(), /*label=*/"", in GetComputationHloDotGraph() 357 return RenderGraph(*hlo_module.entry_computation(), /*label=*/"", in BuildXlaCompilerSubmodule()
|