Shortcuts

Function at::_ctc_loss(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, bool)

Function Documentation

inline ::std::tuple<at::Tensor, 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, bool zero_infinity = false)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources