Home | Sort by relevance Sort by last modified time |
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ | |
tpu_estimator.py | 778 def has_labels(self): member in class:_InputPipeline.InputsStructureRecorder 790 has_labels = labels is not None 802 assert has_labels == self._has_labels, 'label presence mismatched' 808 self._has_labels = has_labels [all...] |