Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow/python/saved_model/utils_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_tensor_info(tensor):
Args:
tensor: Tensor or SparseTensor whose name, dtype and shape are used to
build the TensorInfo. For SparseTensors, the names of the three
constitutent Tensors are used.
constituent Tensors are used.

Returns:
A TensorInfo protocol buffer constructed based on the supplied argument.
Expand Down