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

  /external/tensorflow/tensorflow/core/common_runtime/
graph_optimizer.cc 43 DumpGraph("Initial", g);
50 DumpGraph("RemoveListArrayConverter", g);
54 DumpGraph("RemoveDeadNodes", g);
58 DumpGraph("RemoveIdentityNodes", g);
74 DumpGraph("ConstFolding", g);
80 DumpGraph("FixupSourceAndSinkEdges", g);
85 DumpGraph("OptimizeCSE", g);
89 DumpGraph("ExpandInlineFunctions", g);
101 DumpGraph("ReCopy", graph->get());
function.h 127 void DumpGraph(StringPiece label, const Graph* g);
constant_folding.cc 556 DumpGraph("Before", graph);
581 DumpGraph("Constant graph", constant_graph.get());
640 DumpGraph("After", graph);
function.cc 551 void DumpGraph(StringPiece label, const Graph* g) {
    [all...]
  /system/update_engine/payload_generator/
graph_utils.h 50 void DumpGraph(const Graph& graph);
graph_utils.cc 124 void DumpGraph(const Graph& graph) {
inplace_generator.cc 653 graph_utils::DumpGraph(*graph);
inplace_generator_unittest.cc 479 graph_utils::DumpGraph(graph);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.h 56 string DumpGraph(const HloComputation& computation, const string& label,
61 // Like DumpGraph, but renders only nodes "near" the given node in the graph.
hlo_subcomputation_unification_test.cc 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_graph_dumper_test.cc 92 string graph = hlo_graph_dumper::DumpGraph(*root_computation, /*label=*/"",
127 string graph = hlo_graph_dumper::DumpGraph(
graphviz_example.cc 162 printf("Graph URL: %s\n", xla::hlo_graph_dumper::DumpGraph(
hlo_graph_dumper.cc     [all...]
layout_assignment.cc     [all...]
  /art/compiler/optimizing/
graph_visualizer.h 107 void DumpGraph(const char* pass_name, bool is_after_pass, bool graph_in_bad_state) const;
optimizing_compiler.cc 165 visualizer_.DumpGraph(pass_name, /* is_after_pass */ false, graph_in_bad_state_);
187 visualizer_.DumpGraph(pass_name, /* is_after_pass */ true, graph_in_bad_state_);
    [all...]
graph_visualizer.cc 863 void HGraphVisualizer::DumpGraph(const char* pass_name,
    [all...]
  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass.cc 295 DumpGraph("Before MklToTfConversionPass", &**g);
356 DumpGraph("After MklToTfConversionPass", &**g);
399 DumpGraph("After MklToTfConversionPass - InputConversion", &**g);
mkl_layout_pass.cc     [all...]

Completed in 739 milliseconds