Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_input_test.py44 _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])
Destimator_test.py75 _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,