Home
last modified time | relevance | path

Searched refs:output_lengths (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc1647 const std::vector<size_t> &output_lengths) { in SetInputAndOutputTypeLength() argument
1653 if (output_lengths.size() != outputs_shape_.size()) { in SetInputAndOutputTypeLength()
1654 MS_LOG(ERROR) << "Output_lengths: " << output_lengths.size() in SetInputAndOutputTypeLength()
1659 outputs_type_lengths_ = output_lengths; in SetInputAndOutputTypeLength()
1660 operator_cost()->SetInputAndOutputTypeLength(input_lengths, output_lengths); in SetInputAndOutputTypeLength()
Doperator_info.h77 const std::vector<size_t> &output_lengths);
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc36 const std::vector<size_t> &output_lengths) { in SetInputAndOutputTypeLength() argument
38 outputs_type_lengths_ = output_lengths; in SetInputAndOutputTypeLength()
Doperator_costmodel.h66 …putTypeLength(const std::vector<size_t> &input_lengths, const std::vector<size_t> &output_lengths);