Remove export utility functions from estimator, update references to point to the same code in core.
PiperOrigin-RevId: 235063726
This commit is contained in:
parent
4181d35f23
commit
74016a0d51
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.ClassificationOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ClassificationOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ClassificationOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "classes"
|
||||
|
@ -1,6 +1,6 @@
|
||||
path: "tensorflow.estimator.export.ExportOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member_method {
|
||||
name: "__init__"
|
||||
|
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.PredictOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.PredictOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.PredictOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "outputs"
|
||||
|
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.RegressionOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.RegressionOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.RegressionOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "value"
|
||||
|
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.ClassificationOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ClassificationOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ClassificationOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "classes"
|
||||
|
@ -1,6 +1,6 @@
|
||||
path: "tensorflow.estimator.export.ExportOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member_method {
|
||||
name: "__init__"
|
||||
|
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.PredictOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.PredictOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.PredictOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "outputs"
|
||||
|
@ -1,7 +1,7 @@
|
||||
path: "tensorflow.estimator.export.RegressionOutput"
|
||||
tf_class {
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.RegressionOutput\'>"
|
||||
is_instance: "<class \'tensorflow_estimator.python.estimator.export.export_output.ExportOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.RegressionOutput\'>"
|
||||
is_instance: "<class \'tensorflow.python.saved_model.model_utils.export_output.ExportOutput\'>"
|
||||
is_instance: "<type \'object\'>"
|
||||
member {
|
||||
name: "value"
|
||||
|
Loading…
Reference in New Issue
Block a user