Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_test.py49 "head-3": export_output.PredictOutput(outputs={
86 "head-3": export_output.PredictOutput(outputs={
139 "head-3": export_output.PredictOutput(outputs={
215 export_output.PredictOutput(outputs=output_1),
273 self.assertIsInstance(export_out, export_output.PredictOutput)
Dexport_output_test.py213 export_output_lib.PredictOutput(outputs)
216 export_output_lib.PredictOutput(constant_op.constant([0]))
222 export_output_lib.PredictOutput({1: constant_op.constant([0])})
227 export_output_lib.PredictOutput({
Dexport_utils.py309 default_output = export_output_lib.PredictOutput(predictions)
Dexport_output.py202 class PredictOutput(ExportOutput): class
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.export.-predict-output.pbtxt1 path: "tensorflow.estimator.export.PredictOutput"
3 is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.PredictOutput\'>"
Dtensorflow.estimator.export.-predict-output.__metaclass__.pbtxt1 path: "tensorflow.estimator.export.PredictOutput.__metaclass__"
Dtensorflow.estimator.export.pbtxt12 name: "PredictOutput"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.export.-predict-output.pbtxt1 path: "tensorflow.estimator.export.PredictOutput"
3 is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.PredictOutput\'>"
Dtensorflow.estimator.export.-predict-output.__metaclass__.pbtxt1 path: "tensorflow.estimator.export.PredictOutput.__metaclass__"
Dtensorflow.estimator.export.pbtxt12 name: "PredictOutput"
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dkmeans.py224 export_output.PredictOutput(all_distances[0]),
226 export_output.PredictOutput(model_predictions[0]),
228 export_output.PredictOutput(model_predictions[0])
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dhead.py41 class _NoStatePredictOutput(export_lib.PredictOutput):
164 export_lib.PredictOutput(prediction_outputs),
166 export_lib.PredictOutput(
/external/tensorflow/tensorflow/contrib/predictor/
Dtesting_common.py57 export_outputs = {k: export_output.PredictOutput({k: v})
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest.py29 from tensorflow.python.estimator.export.export_output import PredictOutput
321 outputs = {ALL_SERVING_KEY: PredictOutput(estimator_spec.predictions)}
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dmain_estimator.py88 "classify": tf.estimator.export.PredictOutput(result)
Dmain_estimator_tpu.py177 "classify": tf.estimator.export.PredictOutput(predictions)
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dhead_impl.py207 'predict': export_output.PredictOutput(gan_model.generated_data)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmodel_fn.py262 return core_export_lib.PredictOutput(predictions)
Dmodel_fn_test.py266 core_export_lib.PredictOutput))
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py3126 elif isinstance(export_output, export_output_lib.PredictOutput):
3159 elif isinstance(export_output, export_output_lib.PredictOutput):
3160 return export_output_lib.PredictOutput(
/external/tensorflow/
DRELEASE.md329 …rt_output` is provided, eliminating the need to explicitly include a `PredictOutput` object in the…