Class CTCLoss

Inheritance Relationships

Base Type

Class Documentation

class CTCLoss : public mindspore::ops::PrimitiveC

Calculates the CTC (Connectionist Temporal Classification) loss and the gradient. Refer to Python API mindspore.ops.CTCLoss for more details.

Public Functions

inline CTCLoss()

Constructor.

~CTCLoss() = default

Destructor.

inline void Init()

Init. Refer to the parameters of Python API mindspore.ops.CTCLoss for the inputs.