Searched refs:PredictOutput (Results 1 – 11 of 11) sorted by relevance
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"
55 export_output.PredictOutput(outputs={"some_output_3": output_3}),95 export_output.PredictOutput(outputs={"some_output_3": output_3}),149 export_output.PredictOutput(outputs={"some_output_3": output_3}),234 export_output.PredictOutput(outputs=output_1),294 self.assertIsInstance(export_out, export_output.PredictOutput)
214 export_output_lib.PredictOutput(outputs)217 export_output_lib.PredictOutput(constant_op.constant([0]))222 export_output_lib.PredictOutput({1: constant_op.constant([0])})226 export_output_lib.PredictOutput({
310 default_output = export_output_lib.PredictOutput(predictions)
203 class PredictOutput(ExportOutput): class
3002 …rt_output` is provided, eliminating the need to explicitly include a `PredictOutput` object in the…