Home
last modified time | relevance | path

Searched defs:OperatorInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/parallel/
Doperator_info.h44 class OperatorInfo; variable
48 OperatorInfo(const std::string &name, const SplitStrategy &strategy) in OperatorInfo() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dtmp_identity_info.h37 … : OperatorInfo(name, inputs_shape, outputs_shape, attrs, std::make_shared<TmpIdentityCost>()) {} in OperatorInfo() function
Dgather_info.h320 : OperatorInfo(name, inputs_shape, outputs_shape, attrs, std::make_shared<GatherCost>()), in OperatorInfo() function
Doperator_info.h119 OperatorInfo(std::string name, Shapes inputs_shape, Shapes outputs_shape, PrimitiveAttrs attrs, in OperatorInfo() function