Commit d087c89b authored by Songyi Blair Han's avatar Songyi Blair Han Committed by Toby Boyd
Browse files

fixed simple typo (#6686)

parent acc6f6d7
...@@ -82,7 +82,7 @@ def get_padding(x, padding_value=0): ...@@ -82,7 +82,7 @@ def get_padding(x, padding_value=0):
padding_value: int value that padding_value: int value that
Returns: Returns:
flaot tensor with same shape as x containing values 0 or 1. float tensor with same shape as x containing values 0 or 1.
0 -> non-padding, 1 -> padding 0 -> non-padding, 1 -> padding
""" """
with tf.name_scope("padding"): with tf.name_scope("padding"):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment