Home
last modified time | relevance | path

Searched refs:GetBuildXlaOpsPassFlags (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dflags.h150 BuildXlaOpsPassFlags* GetBuildXlaOpsPassFlags();
Dflags.cc264 BuildXlaOpsPassFlags* GetBuildXlaOpsPassFlags() { in GetBuildXlaOpsPassFlags() function
Dbuild_xla_ops_pass.cc592 : GetBuildXlaOpsPassFlags()->tf_xla_enable_lazy_compilation; in Run()
595 const BuildXlaOpsPassFlags& flags = *GetBuildXlaOpsPassFlags(); in Run()
Dencapsulate_subgraphs_pass.cc1235 GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding; in Run()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc86 tensorflow::GetBuildXlaOpsPassFlags(); in TF_SetXlaEnableLazyCompilation()
106 tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding); in TF_GetXlaConstantFoldingDisabled()
110 tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding = in TF_SetXlaConstantFoldingDisabled()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc495 auto flags = GetBuildXlaOpsPassFlags(); in OptimizeGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc591 auto flags = GetBuildXlaOpsPassFlags(); in GetGraph()