Home
last modified time | relevance | path

Searched refs:examples_batch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dtensor_signature.py179 def create_example_parser_from_signatures(signatures, examples_batch, argument
197 features = parsing_ops.parse_example(examples_batch, feature_spec)
Destimator.py811 def _get_feature_ops_from_example(self, examples_batch): argument
829 self._features_info, examples_batch)