Class CTCLossV2

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class CTCLossV2 : public mindspore::ops::BaseOperator

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.

inline void Init() const

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