Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dbuild_xla_ops_pass.cc58 bool check_input_numerics; member
389 if (debugging_opts.check_input_numerics && DataTypeIsFloating(o.type())) { in GetXlaRunArgs()
598 debugging_opts.check_input_numerics = in Run()
604 VLOG(1) << "check_input_numerics = " << debugging_opts.check_input_numerics; in Run()