Skip to content

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.

Released under the Apache 2.0 License.

📚DeepWiki