We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d1422 + 0cb123f commit 916cbc4Copy full SHA for 916cbc4
tensorflow_serving/g3doc/serving_basic.md
@@ -86,7 +86,7 @@ You can add meta graph and variables to the builder using
86
predefined SavedModel tag constants. For more details, see
87
[tag_constants.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/saved_model/tag_constants.py)
88
and
89
- [related TensorFlow API documentation](https://www.tensorflow.org/api_docs/python/tf/saved_model/tag_constants).
+ [related TensorFlow API documentation](https://www.tensorflow.org/api_docs/python/tf/compat/v1/saved_model/tag_constants).
90
91
* `signature_def_map` specifies the map of user-supplied key for a
92
**signature** to a tensorflow::SignatureDef to add to the meta graph.
0 commit comments