Shortcuts

Typedef torch::nn::ZeroPad3dOptions

Typedef Documentation

using torch::nn::ZeroPad3dOptions = ZeroPadOptions<3>

ZeroPadOptions specialized for the ZeroPad3d module.

Example:

ConstantPad3d model(ConstantPad3dOptions({1, 2, 1, 2, 1, 2});

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources