HomeSort by relevance Sort by last modified time
    Searched full:has_labels (Results 1 - 1 of 1) sorted by null

  /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...]

Completed in 173 milliseconds