Rate this Page

Class CTCLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class CTCLoss : public torch::nn::ModuleHolder<CTCLossImpl>#

A ModuleHolder subclass for CTCLossImpl.

See the documentation for CTCLossImpl class to learn what methods it provides, and examples of how to use CTCLoss with torch::nn::CTCLossOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = CTCLossImpl#