Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py604 right_features = lambda: np.ones(shape=[7, 8], dtype=np.float32) function
606 est.fit(right_features(), right_labels(), steps=1)
612 est.fit(x=right_features(), y=right_labels(), steps=1)
618 est.fit(x=right_features(), y=wrong_type_labels, steps=1)
620 est.fit(x=right_features(), y=wrong_size_labels, steps=1)