Searched refs:_BOSTON_INPUT_DIM (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_input_test.py | 44 _BOSTON_INPUT_DIM = 13 variable 52 constant_op.constant(boston.data), [-1, _BOSTON_INPUT_DIM]), 92 constant_op.constant(boston.data), [n_examples, _BOSTON_INPUT_DIM]) 340 constant_op.constant(boston.data), [-1, _BOSTON_INPUT_DIM])
|
D | estimator_test.py | 75 _BOSTON_INPUT_DIM = 13 variable 83 constant_op.constant(boston.data), [-1, _BOSTON_INPUT_DIM]), 111 constant_op.constant(boston.data), [n_examples, _BOSTON_INPUT_DIM]) 1318 self._assert_single_feature_column([_BOSTON_INPUT_DIM], dtypes.float64,
|