- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NumPy (0.02 sec)
-
README.md
#### *Try your first TensorFlow program* ```shell $ python ``` ```python >>> import tensorflow as tf >>> tf.add(1, 2).numpy() 3 >>> hello = tf.constant('Hello, TensorFlow!') >>> hello.numpy() b'Hello, TensorFlow!' ``` For more examples, see the [TensorFlow Tutorials](https://www.tensorflow.org/tutorials/). ## Contribution guidelines
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Jul 18 14:09:03 UTC 2025 - 11.6K bytes - Viewed (0)