Home
last modified time | relevance | path

Searched refs:inline_with_single_device_body_placer (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.cc45 bool inline_with_single_device_body_placer, bool ignore_noinline) { in Optimize() argument
99 if (inline_with_single_device_body_placer) { in Optimize()
150 options.inline_with_single_device_body_placer, options.ignore_noinline); in Optimize()
Dgraph_optimizer.h60 bool inline_with_single_device_body_placer = false; member
87 bool inline_with_single_device_body_placer = false,
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc510 optimizer_opts.inline_with_single_device_body_placer = true; in OptimizeGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc637 graph_optimizer_options.inline_with_single_device_body_placer = true; in GetGraph()