Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_optimizer.h60 bool inline_with_single_device_body_placer = false; member
H A Dgraph_optimizer.cc117 if (options.inline_with_single_device_body_placer) { in Optimize()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_compile.cc186 optimizer_opts.inline_with_single_device_body_placer = true; in OptimizeGraph()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.cc642 graph_optimizer_options.inline_with_single_device_body_placer = true; in GetGraph()