Home
last modified time | relevance | path

Searched defs:true_branch (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py871 true_branch = lambda: _do_update(self.moving_mean, new_mean) function
892 true_branch = lambda: _do_update(self.moving_variance, new_variance) function
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dparallel_device_test.py221 def true_branch(): function
/external/tensorflow/tensorflow/python/kernel_tests/
Dcond_v2_test.py156 def true_branch(): function
775 def true_branch(): function
Dcontrol_flow_ops_py_test.py997 def true_branch(): function
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc843 HloComputation* true_branch = in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc633 xla::XlaComputation true_branch; in ExportXlaOp() local