Home
last modified time | relevance | path

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

/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/python/saved_model/model_utils/
Dexport_test.py55 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)
Dexport_output_test.py214 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({
Dexport_utils.py310 default_output = export_output_lib.PredictOutput(predictions)
Dexport_output.py203 class PredictOutput(ExportOutput): class
/external/tensorflow/
DRELEASE.md3002 …rt_output` is provided, eliminating the need to explicitly include a `PredictOutput` object in the…