namespace ov::op::v4::ctc_loss

namespace ctc_loss {

// global variables

constexpr auto shape_names =     std::array<const char\*, 5>{"logits", "logit length", "labels", "label length", "blank index"};
constexpr auto shape_ranks = std::array<int64_t, 4>{3, 1, 2, 1};

} // namespace ctc_loss