Skip to content

Commit 663b375

Browse files
committed
Revert "Fix tests broken by the new defaults info in SignatureDef."
This reverts commit 07b0882.
1 parent 3b5b99c commit 663b375

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

tensorflow_serving/servables/tensorflow/testdata/saved_model_half_plus_two_2_versions_metadata.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"name": "y3:0"
4747
}
4848
},
49-
"method_name": "tensorflow/serving/regress",
50-
"defaults": {}
49+
"method_name": "tensorflow/serving/regress"
5150
},
5251
"serving_default": {
5352
"inputs": {
@@ -88,8 +87,7 @@
8887
"name": "y:0"
8988
}
9089
},
91-
"method_name": "tensorflow/serving/predict",
92-
"defaults": {}
90+
"method_name": "tensorflow/serving/predict"
9391
},
9492
"classify_x_to_y": {
9593
"inputs": {
@@ -121,8 +119,7 @@
121119
"name": "y:0"
122120
}
123121
},
124-
"method_name": "tensorflow/serving/classify",
125-
"defaults": {}
122+
"method_name": "tensorflow/serving/classify"
126123
},
127124
"classify_x2_to_y3": {
128125
"inputs": {
@@ -163,8 +160,7 @@
163160
"name": "y3:0"
164161
}
165162
},
166-
"method_name": "tensorflow/serving/classify",
167-
"defaults": {}
163+
"method_name": "tensorflow/serving/classify"
168164
},
169165
"regress_x_to_y2": {
170166
"inputs": {
@@ -196,8 +192,7 @@
196192
"name": "y2:0"
197193
}
198194
},
199-
"method_name": "tensorflow/serving/regress",
200-
"defaults": {}
195+
"method_name": "tensorflow/serving/regress"
201196
},
202197
"regress_x_to_y": {
203198
"inputs": {
@@ -229,8 +224,7 @@
229224
"name": "y:0"
230225
}
231226
},
232-
"method_name": "tensorflow/serving/regress",
233-
"defaults": {}
227+
"method_name": "tensorflow/serving/regress"
234228
}
235229
}
236230
}

0 commit comments

Comments
 (0)