Skip to content

Commit 60a7892

Browse files
committed
Merge commit for internal changes
2 parents e542d42 + 93dacaf commit 60a7892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

METADATA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "TensorFlow Serving"
22
g3doc: {
33
include: "/learning/serving/g3doc/METADATA"
4-
sitemap_file: "/learning/serving/g3doc/users/sitemap.md"
4+
sitemap_file: "/learning/serving/g3doc/sitemap.md"
55
}
66

setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ in the documentation, you can add the flags `-c opt --copt=-msse4.1
182182
subset of these flags). For example:
183183

184184
```shell
185-
bazel build -c opt --config=mkl --copt=-msse4.1 --copt=-msse4.2 --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-O3 tensorflow_serving/...
185+
bazel build -c opt --copt=-msse4.1 --copt=-msse4.2 --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-O3 tensorflow_serving/...
186186
```
187187

188188
Note: These instruction sets are not available on all machines, especially with

signature_defs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ constants. Specifically:
5454
C++](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/cc/saved_model/signature_constants.h).
5555

5656
In addition, SavedModel provides a
57-
[util](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/saved_model/utils.py)
57+
[util](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/saved_model/signature_def_utils.py)
5858
to help build a signature-def.
5959

6060
## Sample structures

0 commit comments

Comments
 (0)