HomeSort by relevance Sort by last modified time
    Searched refs:DumpGraph (Results 1 - 11 of 11) 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);
75 DumpGraph("ConstFolding", g);
81 DumpGraph("FixupSourceAndSinkEdges", g);
86 DumpGraph("OptimizeCSE", g);
95 DumpGraph("ExpandInlineFunctions", g);
108 DumpGraph("ReCopy", graph->get());
function.h 131 void DumpGraph(StringPiece label, const Graph* g);
process_function_library_runtime.cc 591 DumpGraph("Before running PRE_PLACEMENT passes", graph.get());
595 DumpGraph("Before calling Placer", graph.get());
618 DumpGraph("Before running POST_PLACEMENT passes", graph.get());
626 DumpGraph("Before running graph optimization fn", graph.get());
634 DumpGraph("After optimization", graph.get());
637 DumpGraph("Before running POST_REWRITE_FOR_EXEC passes", graph.get());
640 DumpGraph("After all optimization passes", graph.get());
    [all...]
constant_folding.cc 571 DumpGraph("Before", graph);
596 DumpGraph("Constant graph", constant_graph.get());
655 DumpGraph("After", graph);
function.cc 790 void DumpGraph(StringPiece label, const Graph* g) {
    [all...]
  /external/tensorflow/tensorflow/core/util/
dump_graph_test.cc 27 TEST(DumpGraph, DumpGraphToFileSuccess) {
47 TEST(DumpGraph, DumpGraphToFileNoEnvPrefix) {
54 TEST(DumpGraph, DumpFunctionDefToFileSuccess) {
  /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     [all...]
  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass.cc 303 DumpGraph("Before MklToTfConversionPass", &**g);
364 DumpGraph("After MklToTfConversionPass", &**g);
407 DumpGraph("After MklToTfConversionPass - InputConversion", &**g);
mkl_layout_pass.cc     [all...]

Completed in 1535 milliseconds