TensorFlow¶
Description¶
TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow between them. This flexible architecture lets you deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting code. TensorFlow also includes TensorBoard, a data visualization toolkit. This is the main tensorflow-2.x build with python3
Environment Modules¶
Run module spider tensorflow
to find out what environment modules are available for this application.
Environment Variables¶
Categories¶
library, math