tensorflow
Tensors, Graphs and other primatives
Installation
| Function(s) | Description |
|---|---|
| install_tensorflow() | Install TensorFlow and its dependencies |
| tf_config() tf_version() | TensorFlow configuration information |
| tf_config() tf_version() | TensorFlow configuration information |
Configuration
| Function(s) | Description |
|---|---|
| parse_flags() | Parse Configuration Flags for a TensorFlow Application |
| parse_arguments() | Parse Command Line Arguments |
TensorFlow API
| Function(s) | Description |
|---|---|
| tf | Main TensorFlow module |
| shape() | Create a tf.TensorShape object |
Utilities
| Function(s) | Description |
|---|---|
| tensorboard() | TensorBoard Visualization Tool |
| use_session_with_seed() | Use a session with a random seed |