Home
last modified time | relevance | path

Searched refs:_features (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dcodeop.py61 _features = [getattr(__future__, fname) variable
134 for feature in _features:
/external/python/cpython3/Lib/
Dcodeop.py61 _features = [getattr(__future__, fname) variable
134 for feature in _features:
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dinput_pipeline.py240 self._features = _canonicalize_numpy_data(
246 dataset_size = self._features[feature_keys.TrainEvalFeatures.TIMES].shape[1]
258 for key, value in self._features.items()}
272 x=self._features,
525 self._features = features
534 serialized=examples, features=self._features)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dparsing_ops.py40 self._features = parsing_ops._prepend_none_dimension(features)
44 self._features, [
/external/jsoncpp/doc/
Djsoncpp.dox30 \section _features Features
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py2070 self._features = features.copy()
2095 if key in self._features:
2133 raw_feature = self._features[key]
Dfeature_column_v2.py2522 self._features = features.copy()
2548 if key in self._features:
2586 raw_feature = self._features[key]
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1391 _features = [("core", "1.0"), variable in DOMImplementation
1404 return (feature.lower(), version) in self._features
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1346 _features = [("core", "1.0"), variable in DOMImplementation
1359 return (feature.lower(), version) in self._features
/external/python/cpython2/Doc/library/
Dmsilib.rst404 .. _features:
/external/python/cpython3/Doc/library/
Dmsilib.rst411 .. _features:
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py3400 self._features = features
3447 return (self._features, self._labels)