Searched refs:PredictOutput (Results 1 – 21 of 21) sorted by relevance
49 "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)
213 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({
309 default_output = export_output_lib.PredictOutput(predictions)
202 class PredictOutput(ExportOutput): class
1 path: "tensorflow.estimator.export.PredictOutput"3 is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.PredictOutput\'>"
1 path: "tensorflow.estimator.export.PredictOutput.__metaclass__"
12 name: "PredictOutput"
224 export_output.PredictOutput(all_distances[0]),226 export_output.PredictOutput(model_predictions[0]),228 export_output.PredictOutput(model_predictions[0])
41 class _NoStatePredictOutput(export_lib.PredictOutput):164 export_lib.PredictOutput(prediction_outputs),166 export_lib.PredictOutput(
57 export_outputs = {k: export_output.PredictOutput({k: v})
29 from tensorflow.python.estimator.export.export_output import PredictOutput321 outputs = {ALL_SERVING_KEY: PredictOutput(estimator_spec.predictions)}
88 "classify": tf.estimator.export.PredictOutput(result)
177 "classify": tf.estimator.export.PredictOutput(predictions)
207 'predict': export_output.PredictOutput(gan_model.generated_data)
262 return core_export_lib.PredictOutput(predictions)
266 core_export_lib.PredictOutput))
3126 elif isinstance(export_output, export_output_lib.PredictOutput):3159 elif isinstance(export_output, export_output_lib.PredictOutput):3160 return export_output_lib.PredictOutput(
329 …rt_output` is provided, eliminating the need to explicitly include a `PredictOutput` object in the…