Home
last modified time | relevance | path

Searched refs:GetOutputTypeLengths (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h139 …std::vector<size_t> GetOutputTypeLengths() const { return operator_cost()->outputs_type_lengths();… in GetOutputTypeLengths() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dedge_costmodel.cc67 auto type_length = prev_op_->GetOutputTypeLengths()[prev_op_output_index_]; in InitEdgeCost()