未验证 提交 a06497bc 编写于 作者: S Steve Lang 提交者: GitHub

.numpy() was missing in code example: tf.add(1, 2).numpy()

上级 68c3b4e1
......@@ -65,7 +65,7 @@ $ python
```python
>>> import tensorflow as tf
>>> tf.enable_eager_execution()
>>> tf.add(1, 2)
>>> tf.add(1, 2).numpy()
3
>>> hello = tf.constant('Hello, TensorFlow!')
>>> hello.numpy()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册