Class CTCLossV2

Inheritance Relationships

Base Type

Class Documentation

class CTCLossV2 : public mindspore::ops::PrimitiveC

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

Public Functions

inline CTCLossV2()

Constructor.

~CTCLossV2() = default

Destructor.

inline void Init()

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