Comment typo fix.
PiperOrigin-RevId: 311539306 Change-Id: Ieb8cf58b706e822177269b00a1a0ba58f0a97067
This commit is contained in:
parent
83b0c2a225
commit
8e8c67c337
|
@ -1122,7 +1122,7 @@ class TensorArray(object):
|
||||||
Returns:
|
Returns:
|
||||||
A new TensorArray object with flow that ensures the control dependencies
|
A new TensorArray object with flow that ensures the control dependencies
|
||||||
from the contexts will become control dependencies for writes, reads, etc.
|
from the contexts will become control dependencies for writes, reads, etc.
|
||||||
Use this object all for subsequent operations.
|
Use this object for all subsequent operations.
|
||||||
"""
|
"""
|
||||||
return self._implementation.identity()
|
return self._implementation.identity()
|
||||||
|
|
||||||
|
@ -1152,7 +1152,7 @@ class TensorArray(object):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A new TensorArray object with flow that ensures the write occurs.
|
A new TensorArray object with flow that ensures the write occurs.
|
||||||
Use this object all for subsequent operations.
|
Use this object for all subsequent operations.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: if there are more writers than specified.
|
ValueError: if there are more writers than specified.
|
||||||
|
@ -1217,7 +1217,7 @@ class TensorArray(object):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A new TensorArray object with flow that ensures the unstack occurs.
|
A new TensorArray object with flow that ensures the unstack occurs.
|
||||||
Use this object all for subsequent operations.
|
Use this object for all subsequent operations.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: if the shape inference fails.
|
ValueError: if the shape inference fails.
|
||||||
|
@ -1236,7 +1236,7 @@ class TensorArray(object):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A new TensorArray object with flow that ensures the scatter occurs.
|
A new TensorArray object with flow that ensures the scatter occurs.
|
||||||
Use this object all for subsequent operations.
|
Use this object for all subsequent operations.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: if the shape inference fails.
|
ValueError: if the shape inference fails.
|
||||||
|
@ -1255,7 +1255,7 @@ class TensorArray(object):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A new TensorArray object with flow that ensures the split occurs.
|
A new TensorArray object with flow that ensures the split occurs.
|
||||||
Use this object all for subsequent operations.
|
Use this object for all subsequent operations.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: if the shape inference fails.
|
ValueError: if the shape inference fails.
|
||||||
|
|
Loading…
Reference in New Issue