Home
last modified time | relevance | path

Searched defs:const_false (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier_test.cc4086 HloInstruction* const_false = builder.AddInstruction( in TEST_F() local
4107 HloInstruction* const_false = builder.AddInstruction( in TEST_F() local
4170 HloInstruction* const_false = builder.AddInstruction( in TEST_F() local
4191 HloInstruction* const_false = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py2488 const_false = lambda: constant_op.constant(False) function