/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 35 string ret = DumpGraphToFile("graph", graph); in TEST() 37 ret = DumpGraphToFile("graph", graph); in TEST() 52 string ret = DumpGraphToFile("graph", graph); in TEST()
|
D | dump_graph.h | 51 string DumpGraphToFile(const string& name, Graph const& graph,
|
D | dump_graph.cc | 234 string DumpGraphToFile(const string& name, Graph const& graph, in DumpGraphToFile() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 244 DumpGraphToFile( in FunctionalizeControlFlowForFunction() 250 DumpGraphToFile( in FunctionalizeControlFlowForFunction() 278 << DumpGraphToFile("functionalize_initial", *graph, library); in FunctionalizeControlFlow() 306 << DumpGraphToFile("functionalize_final", *graph, library); in FunctionalizeControlFlow() 330 DumpGraphToFile("functionalize_control_flow_before", *graph, in Run() 381 DumpGraphToFile("functionalize_control_flow_before_prune", *graph, in Run() 389 DumpGraphToFile("functionalize_control_flow_after", *graph, in Run()
|
D | functionalize_while.cc | 224 << DumpGraphToFile("functionalize_before", *graph, library); in FunctionalizeLoop() 416 << DumpGraphToFile("loop_condition", *cond_graph, library) in FunctionalizeLoop() 417 << " body: " << DumpGraphToFile("loop_body", *body_graph); in FunctionalizeLoop() 506 << DumpGraphToFile("functionalize_after", *graph, library); in FunctionalizeLoop()
|
D | graph_compiler_util.cc | 160 VLOG(2) << "Post rewrite: " << DumpGraphToFile("tf2xla_post_rewrite", *graph); in RewriteAndPruneGraph() 163 VLOG(2) << "Post prune: " << DumpGraphToFile("tfcompile_post_prune", *graph); in RewriteAndPruneGraph()
|
D | functionalize_cond.cc | 764 << DumpGraphToFile( in BuildIfNode() 1597 << DumpGraphToFile(absl::StrCat("functionalize_cond_", name), in DumpGraphWithCondState()
|
D | xla_compiler.cc | 802 << DumpGraphToFile( in CompileFunction() 1299 << DumpGraphToFile(absl::StrCat("xla_compile_graph_", name), *graph, in CompileGraph()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass.cc | 38 DumpGraphToFile("isolate_deep_ops_before", *graph, nullptr, "/tmp"); in Run() 46 DumpGraphToFile("isolate_deep_ops_after", *graph, nullptr, "/tmp"); in Run()
|
D | optimization_registry.cc | 52 DumpGraphToFile(strings::StrCat("after_group_", grouping, "_phase_", in RunGrouping() 60 DumpGraphToFile( in RunGrouping()
|
D | placer.cc | 164 DumpGraphToFile("placer_input", *graph_, nullptr); in Run() 291 DumpGraphToFile("placer_output", *graph_, nullptr); in Run()
|
D | memory_types.cc | 209 << DumpGraphToFile("EnsureMemoryTypes", *g); in EnsureMemoryTypes()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_configuration_rewrite_pass.cc | 249 DumpGraphToFile("distributed_tpu_configuration_before", *graph, in Run() 346 DumpGraphToFile("distributed_tpu_configuration_after", *graph, in Run() 361 DumpGraphToFile("distributed_tpu_shutdown_before", *graph, in Run() 395 DumpGraphToFile("distributed_tpu_shutdown_after", *graph, options.flib_def); in Run()
|
D | variable_merger_pass.cc | 139 VLOG(1) << DumpGraphToFile("variable_merger_pass_before", *graph); in Run() 200 VLOG(1) << DumpGraphToFile("variable_merger_pass_after", *graph); in Run()
|
D | encapsulate_tpu_computations_pass.cc | 749 << DumpGraphToFile(absl::StrCat("move_head_oc_host_", xla_func_name), in MoveHeadOutsideCompilationToHost() 752 << DumpGraphToFile(absl::StrCat("move_head_oc_xla_", xla_func_name), in MoveHeadOutsideCompilationToHost() 983 << DumpGraphToFile( in RemoveUnusedXlaInput() 986 << DumpGraphToFile( in RemoveUnusedXlaInput() 1231 << DumpGraphToFile(absl::StrCat("move_tail_oc_host_", xla_func_name), in MoveTailOutsideCompilationToHost() 1234 << DumpGraphToFile(absl::StrCat("move_tail_oc_xla_", xla_func_name), in MoveTailOutsideCompilationToHost() 1356 << DumpGraphToFile( in ReplaceArgUsedByOutsideCompilationWithPlaceholder() 1359 << DumpGraphToFile( in ReplaceArgUsedByOutsideCompilationWithPlaceholder() 1466 << DumpGraphToFile( in RemoveUnusedXlaOutput() 1469 << DumpGraphToFile( in RemoveUnusedXlaOutput() [all …]
|
D | distributed_tpu_rewrite_pass.cc | 4268 VLOG(1) << DumpGraphToFile("distributed_tpu_graph_to_replicate", *computation, in RewriteTPUReplicateNode() 4430 VLOG(1) << DumpGraphToFile("distributed_tpu_compilation_before", *graph, in Run() 4515 VLOG(1) << DumpGraphToFile("distributed_tpu_compilation_after", *graph, in Run() 4521 VLOG(1) << DumpGraphToFile("host_loop_optimization_before", *graph, in Run() 4525 VLOG(1) << DumpGraphToFile("host_loop_optimization_after", *graph, in Run()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 370 << DumpGraphToFile("encapsulate_xla_computations_before", in Run() 381 << DumpGraphToFile("encapsulate_xla_computations_halfway", in Run() 387 << 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 | encapsulate_subgraphs_pass.cc | 630 DumpGraphToFile(absl::StrCat("encapsulate_fdef_graph_", name), *graph_, in BuildFunctionDef() 653 DumpGraphToFile(absl::StrCat("replace_encapsulate_fdef_graph_", name), in ReplaceFunctionDef() 801 DumpGraphToFile( in SplitIntoSubgraphs() 1167 DumpGraphToFile("encapsulate_subgraphs_before", **options.graph, in Run() 1311 DumpGraphToFile("encapsulate_subgraphs_after", *graph_out, in Run()
|
D | mark_for_compilation_pass.cc | 855 DumpGraphToFile("before_mark_for_compilation", *graph_, flib_def_); in CreateClusters() 1445 DumpGraphToFile("mark_for_compilation", *graph_, flib_def_); in DumpPostClusteringGraphs() 1467 DumpGraphToFile("mark_for_compilation_annotated", new_graph, flib_def_); in DumpPostClusteringGraphs()
|
D | extract_outside_compilation_pass.cc | 1109 DumpGraphToFile(absl::StrCat("extract_outside_compilation_host_graph_for_", in ConstructHostGraph() 1310 DumpGraphToFile(shape_inference_graph_name, *g, fld); in RewriteShapeInferenceGraph() 2340 DumpGraphToFile( in ExtractOutsideCompilationForFunction() 2489 DumpGraphToFile( in ExtractOutsideCompilationForFunction() 2506 DumpGraphToFile("extract_outside_compilation_before", *g, fld); in ExtractOutsideCompilation() 2544 DumpGraphToFile("extract_outside_compilation_after", *g, fld); in ExtractOutsideCompilation()
|
D | build_xla_ops_pass.cc | 615 DumpGraphToFile("build_xla_ops", *graph, options.flib_def); in Run()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | dump_graph_test.cc | 70 string ret = DumpGraphToFile("tir", graph); in TEST()
|