OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linear_model_fn_with_model_fn_ops
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator_test.py
157
def
linear_model_fn_with_model_fn_ops
(features, labels, mode):
function
710
model_dir=tmpdir, model_fn=
linear_model_fn_with_model_fn_ops
)
725
model_dir=model_dir1, model_fn=
linear_model_fn_with_model_fn_ops
)
731
model_dir=model_dir2, model_fn=
linear_model_fn_with_model_fn_ops
)
819
est = estimator.Estimator(model_fn=
linear_model_fn_with_model_fn_ops
)
[
all
...]
estimator_input_test.py
138
def
linear_model_fn_with_model_fn_ops
(features, labels, mode):
function
Completed in 213 milliseconds