Skip to content

WARNING

该页面尚未翻译。 以下内容为英文原版。

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.

基于 Apache 2.0 许可发布。

📚DeepWiki