Searched refs:_verify_input (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | sampling_ops.py | 213 tensor_list, labels, [init_probs, target_probs] = _verify_input( 313 def _verify_input(tensor_list, labels, probs_list): function
|
D | sampling_ops_threading_test.py | 47 _, _, [prob_estimate] = sampling_ops._verify_input( # pylint: disable=protected-access
|
D | sampling_ops_test.py | 144 val_tf, lbl_tf, prob_tf = sampling_ops._verify_input( # pylint: disable=protected-access 226 val_tf, labels_tf, _ = sampling_ops._verify_input( # pylint: disable=protected-access
|