Home
last modified time | relevance | path

Searched refs:DumpGraphToFile (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc53 << DumpGraphToFile("functionalize_initial", *graph, library); in FunctionalizeControlFlow()
64 << DumpGraphToFile("functionalize_final", *graph, library); in FunctionalizeControlFlow()
201 DumpGraphToFile( in FunctionalizeControlFlowForFunction()
207 DumpGraphToFile( in FunctionalizeControlFlowForFunction()
235 DumpGraphToFile("functionalize_control_flow_before", *graph, in Run()
280 DumpGraphToFile("functionalize_control_flow_after", *graph, in Run()
Dfunctionalize_while.cc296 << DumpGraphToFile("functionalize_before", *graph, library); in FunctionalizeLoop()
492 << DumpGraphToFile("loop_condition", *cond_graph, library) in FunctionalizeLoop()
493 << " body: " << DumpGraphToFile("loop_body", *body_graph); in FunctionalizeLoop()
587 << DumpGraphToFile("functionalize_after", *graph, library); in FunctionalizeLoop()
Dtf2xla.cc167 VLOG(2) << "Post rewrite: " << DumpGraphToFile("tf2xla_post_rewrite", *graph); in RewriteAndPruneGraph()
170 VLOG(2) << "Post prune: " << DumpGraphToFile("tfcompile_post_prune", *graph); in RewriteAndPruneGraph()
Dxla_compiler.cc598 << DumpGraphToFile( in CompileFunction()
1056 << DumpGraphToFile(absl::StrCat("xla_compile_graph_", name), *graph, in CompileGraph()
Dfunctionalize_cond.cc738 << DumpGraphToFile( in BuildIfNode()
1519 << DumpGraphToFile(absl::StrCat("functionalize_cond_", name), in DumpGraphWithCondState()
/external/tensorflow/tensorflow/core/util/
Ddump_graph_test.cc33 string ret = DumpGraphToFile("graph", graph); in TEST()
35 ret = DumpGraphToFile("graph", graph); in TEST()
50 string ret = DumpGraphToFile("graph", graph); in TEST()
Ddump_graph.h41 string DumpGraphToFile(const string& name, Graph const& graph,
Ddump_graph.cc118 string DumpGraphToFile(const string& name, Graph const& graph, in DumpGraphToFile() function
/external/tensorflow/tensorflow/core/common_runtime/
Doptimization_registry.cc45 DumpGraphToFile( in RunGrouping()
53 DumpGraphToFile( in RunGrouping()
Dplacer.cc105 DumpGraphToFile("placer_input", *graph_, nullptr); in Run()
229 DumpGraphToFile("placer_output", *graph_, nullptr); in Run()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc375 << DumpGraphToFile("encapsulate_xla_computations_before", in Run()
386 << DumpGraphToFile("encapsulate_xla_computations_halfway", in Run()
392 << DumpGraphToFile("encapsulate_xla_computations_after", in Run()
Dincrease_dynamism_for_auto_jit_pass.cc378 DumpGraphToFile("before_increase_dynamism_for_auto_jit_pass", in Run()
385 DumpGraphToFile("increase_dynamism_for_auto_jit_pass", **options.graph, in Run()
Dextract_outside_compilation_pass.cc584 DumpGraphToFile(absl::StrCat("extract_outside_compilation_host_graph_for_", in ConstructHostGraph()
791 DumpGraphToFile(shape_inference_graph_name, *g, fld); in RewriteShapeInferenceGraph()
1622 DumpGraphToFile( in ExtractOutsideCompilationForFunction()
1707 DumpGraphToFile( in ExtractOutsideCompilationForFunction()
1721 DumpGraphToFile("extract_outside_compilation_before", *g, fld); in ExtractOutsideCompilation()
1749 DumpGraphToFile("extract_outside_compilation_after", *g, fld); in ExtractOutsideCompilation()
Dmark_for_compilation_pass.cc1290 DumpGraphToFile("before_mark_for_compilation", **options.graph, in RunImpl()
1345 DumpGraphToFile("mark_for_compilation", **options.graph, options.flib_def); in RunImpl()
1367 DumpGraphToFile("mark_for_compilation_annotated", new_graph, in RunImpl()
Dencapsulate_subgraphs_pass.cc1128 DumpGraphToFile(absl::StrCat("encapsulate_fdef_graph_", name), *graph_, in BuildFunctionDef()
1193 DumpGraphToFile(absl::StrCat("replace_encapsulate_fdef_graph_", name), in ReplaceFunctionDef()
1558 DumpGraphToFile( in SplitIntoSubgraphs()
2400 DumpGraphToFile("pruned_graph_for_shape_inference", *pruned_graph, library); in GetShapeInfoForOutsideCompilationSends()
2531 DumpGraphToFile("encapsulate_subgraphs_before", **options.graph, in Run()
2672 DumpGraphToFile("encapsulate_subgraphs_after", *graph_out, in Run()
Dbuild_xla_ops_pass.cc429 DumpGraphToFile("build_xla_ops", *graph, options.flib_def); in Run()