Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmodel_fn_test.py26 from tensorflow.python.estimator.export import export_output as core_export_lib unknown
102 regression_output, core_export_lib.RegressionOutput))
122 regression_output, core_export_lib.RegressionOutput))
140 core_export_lib.ClassificationOutput))
162 core_export_lib.ClassificationOutput))
185 core_export_lib.ClassificationOutput))
206 core_export_lib.ClassificationOutput))
228 core_export_lib.ClassificationOutput))
246 core_export_lib.ClassificationOutput))
266 core_export_lib.PredictOutput))
[all …]
Dmodel_fn.py36 from tensorflow.python.estimator.export import export_output as core_export_lib unknown
254 return core_export_lib.RegressionOutput(_scores(predictions))
258 return core_export_lib.ClassificationOutput(
262 return core_export_lib.PredictOutput(predictions)