Class CTCLoss

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class CTCLoss : public mindspore::ops::BaseOperator

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.

inline void Init() const

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