Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops.py213 tensor_list, labels, [init_probs, target_probs] = _verify_input(
313 def _verify_input(tensor_list, labels, probs_list): function
Dsampling_ops_threading_test.py47 _, _, [prob_estimate] = sampling_ops._verify_input( # pylint: disable=protected-access
Dsampling_ops_test.py144 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