Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py265 return estimator._get_feature_ops_from_example(examples)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py811 def _get_feature_ops_from_example(self, examples_batch): member in BaseEstimator