TensorPlay API Reference
Welcome to the TensorPlay API reference. TensorPlay provides a variety of modules for deep learning.
Core Modules
- tensorplay: Core tensor operations and factory functions.
- nn: Neural network layers, loss functions, and modules.
- autograd: Automatic differentiation engine.
- optim: Optimization algorithms.
- stax: Static graph optimization and acceleration.
- functional: Functional interface for operations.
