Rate this Page

Function at::ctc_loss(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, bool)#

Function Documentation#

inline at::Tensor at::ctc_loss(const at::Tensor &log_probs, const at::Tensor &targets, const at::Tensor &input_lengths, const at::Tensor &target_lengths, int64_t blank = 0, int64_t reduction = at::Reduction::Mean, bool zero_infinity = false)#