HomeSort by relevance Sort by last modified time
    Searched refs:hlo_graph_dumper (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.h 27 namespace hlo_graph_dumper { namespace in namespace:xla
94 static ::xla::hlo_graph_dumper::Registrar \
101 } // namespace hlo_graph_dumper
hlo_graph_dumper_test.cc 16 #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(
hlo_tfgraph_builder.h 25 namespace hlo_graph_dumper { namespace in namespace:xla
56 } // namespace hlo_graph_dumper
hlo_subcomputation_unification_test.cc 19 #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(),
hlo_pass_pipeline.cc 20 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
37 hlo_graph_dumper::MaybeDumpHloModule(module, message);
executable.cc 19 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
121 hlo_graph_dumper::MaybeDumpHloModule(module(), "Service::Execute",
graphviz_example.cc 28 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
162 printf("Graph URL: %s\n", xla::hlo_graph_dumper::DumpGraph(
hlo_tfgraph_builder.cc 35 namespace hlo_graph_dumper { namespace in namespace:xla
241 } // namespace hlo_graph_dumper
hlo_tfgraph_builder_test.cc 23 namespace hlo_graph_dumper { namespace in namespace:xla
183 } // namespace hlo_graph_dumper
layout_assignment.cc 34 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
    [all...]
service.cc 590 hlo_graph_dumper::MaybeDumpHloModule(module, "Service::Execute",
    [all...]
copy_insertion.cc 21 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
    [all...]
hlo_alias_analysis_test.cc 23 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
49 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before alias analysis");
    [all...]
hlo_graph_dumper.cc 16 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
59 namespace hlo_graph_dumper { namespace in namespace:xla
    [all...]
hlo_dataflow_analysis_test.cc 20 #include "tensorflow/compiler/xla/service/hlo_graph_dumper.h"
51 hlo_graph_dumper::MaybeDumpHloModule(*module_, "Before dataflow analysis");
    [all...]

Completed in 281 milliseconds