/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 53 << 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()
|
D | functionalize_while.cc | 296 << 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()
|
D | tf2xla.cc | 167 VLOG(2) << "Post rewrite: " << DumpGraphToFile("tf2xla_post_rewrite", *graph); in RewriteAndPruneGraph() 170 VLOG(2) << "Post prune: " << DumpGraphToFile("tfcompile_post_prune", *graph); in RewriteAndPruneGraph()
|
D | xla_compiler.cc | 598 << DumpGraphToFile( in CompileFunction() 1056 << DumpGraphToFile(absl::StrCat("xla_compile_graph_", name), *graph, in CompileGraph()
|
D | functionalize_cond.cc | 738 << DumpGraphToFile( in BuildIfNode() 1519 << DumpGraphToFile(absl::StrCat("functionalize_cond_", name), in DumpGraphWithCondState()
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 33 string ret = DumpGraphToFile("graph", graph); in TEST() 35 ret = DumpGraphToFile("graph", graph); in TEST() 50 string ret = DumpGraphToFile("graph", graph); in TEST()
|
D | dump_graph.h | 41 string DumpGraphToFile(const string& name, Graph const& graph,
|
D | dump_graph.cc | 118 string DumpGraphToFile(const string& name, Graph const& graph, in DumpGraphToFile() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | optimization_registry.cc | 45 DumpGraphToFile( in RunGrouping() 53 DumpGraphToFile( in RunGrouping()
|
D | placer.cc | 105 DumpGraphToFile("placer_input", *graph_, nullptr); in Run() 229 DumpGraphToFile("placer_output", *graph_, nullptr); in Run()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 375 << DumpGraphToFile("encapsulate_xla_computations_before", in Run() 386 << DumpGraphToFile("encapsulate_xla_computations_halfway", in Run() 392 << DumpGraphToFile("encapsulate_xla_computations_after", in Run()
|
D | increase_dynamism_for_auto_jit_pass.cc | 378 DumpGraphToFile("before_increase_dynamism_for_auto_jit_pass", in Run() 385 DumpGraphToFile("increase_dynamism_for_auto_jit_pass", **options.graph, in Run()
|
D | extract_outside_compilation_pass.cc | 584 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()
|
D | mark_for_compilation_pass.cc | 1290 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()
|
D | encapsulate_subgraphs_pass.cc | 1128 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()
|
D | build_xla_ops_pass.cc | 429 DumpGraphToFile("build_xla_ops", *graph, options.flib_def); in Run()
|