Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc31 BuildXlaOpsPassFlags* build_ops_flags; variable
137 build_ops_flags = new BuildXlaOpsPassFlags; in AllocateAndParseFlags()
138 build_ops_flags->tf_xla_enable_lazy_compilation = true; in AllocateAndParseFlags()
139 build_ops_flags->tf_xla_print_cluster_outputs = false; in AllocateAndParseFlags()
140 build_ops_flags->tf_xla_check_cluster_input_numerics = false; in AllocateAndParseFlags()
141 build_ops_flags->tf_xla_check_cluster_output_numerics = false; in AllocateAndParseFlags()
142 build_ops_flags->tf_xla_disable_constant_folding = false; in AllocateAndParseFlags()
189 &build_ops_flags->tf_xla_enable_lazy_compilation, ""), in AllocateAndParseFlags()
191 &build_ops_flags->tf_xla_print_cluster_outputs, in AllocateAndParseFlags()
195 &build_ops_flags->tf_xla_check_cluster_input_numerics, in AllocateAndParseFlags()
[all …]