Fix docs rendering in placeholder docs page.
This commit is contained in:
parent
4daebd253f
commit
dd9b56f047
@ -1718,8 +1718,10 @@ def placeholder(dtype, shape=None, name=None):
|
||||
print(sess.run(y, feed_dict={x: rand_array})) # Will succeed.
|
||||
```
|
||||
|
||||
@compatibility{eager} Placeholders are not compatible with eager execution.
|
||||
|
||||
@compatibility(eager)
|
||||
Placeholders are not compatible with eager execution.
|
||||
@end_compatibility
|
||||
|
||||
Args:
|
||||
dtype: The type of elements in the tensor to be fed.
|
||||
shape: The shape of the tensor to be fed (optional). If the shape is not
|
||||
|
Loading…
Reference in New Issue
Block a user