Searched refs:hlo_graph_dumper (Results 1 - 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper_test.cc16 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
37 class DotRenderer : public hlo_graph_dumper::GraphRendererInterface {
92 string graph = hlo_graph_dumper::DumpGraph(*root_computation, /*label=*/"",
116 hlo_graph_dumper::DumpNeighborhoodAround(*inner_sum, /*radius=*/1),
127 string graph = hlo_graph_dumper::DumpGraph(
H A Dhlo_tfgraph_builder.h25 namespace hlo_graph_dumper { namespace in namespace:xla
56 } // namespace hlo_graph_dumper
H A Dhlo_graph_dumper.h27 namespace hlo_graph_dumper { namespace in namespace:xla
94 static ::xla::hlo_graph_dumper::Registrar \
101 } // namespace hlo_graph_dumper
H A Dhlo_subcomputation_unification_test.cc19 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
91 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
97 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
130 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
136 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
170 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
176 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
H A Dhlo_pass_pipeline.cc20 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
37 hlo_graph_dumper::MaybeDumpHloModule(module, message);
H A Dexecutable.cc19 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
121 hlo_graph_dumper::MaybeDumpHloModule(module(), "Service::Execute",
H A Dgraphviz_example.cc28 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
162 printf("Graph URL: %s\n", xla::hlo_graph_dumper::DumpGraph(
H A Dhlo_tfgraph_builder.cc35 namespace hlo_graph_dumper { namespace in namespace:xla
241 } // namespace hlo_graph_dumper
H A Dhlo_tfgraph_builder_test.cc23 namespace hlo_graph_dumper { namespace in namespace:xla
183 } // namespace hlo_graph_dumper
H A Dlayout_assignment.cc34 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
1523 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
1571 hlo_graph_dumper::DumpGraph(*module->entry_computation(),
H A Dservice.cc590 hlo_graph_dumper::MaybeDumpHloModule(module, "Service::Execute",
1334 hlo_graph_dumper::MaybeDumpHloModule(*module,
H A Dcopy_insertion.cc21 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
1031 hlo_graph_dumper::MaybeDumpHloModule(module, message);
H A Dhlo_alias_analysis_test.cc23 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
49 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before alias analysis");
H A Dhlo_graph_dumper.cc16 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
59 namespace hlo_graph_dumper { namespace in namespace:xla
1454 } // namespace hlo_graph_dumper
H A Dhlo_dataflow_analysis_test.cc20 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
51 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before dataflow analysis");

Completed in 621 milliseconds