Home
last modified time | relevance | path

Searched defs:input_lengths (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_ctcloss_op.py46 def construct(self, probs, indices, labels, input_lengths): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_ctcloss_op.py46 def construct(self, probs, indices, labels, input_lengths): argument
/third_party/mindspore/mindspore/ops/_grad_experimental/
Dgrad_nn_ops.py30 def bprop(log_probs, targets, input_lengths, target_lengths, out, dout): argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc1646 Status OperatorInfo::SetInputAndOutputTypeLength(const std::vector<size_t> &input_lengths, in SetInputAndOutputTypeLength()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc35 void OperatorCost::SetInputAndOutputTypeLength(const std::vector<size_t> &input_lengths, in SetInputAndOutputTypeLength()