Searched defs:OperatorInfo (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/parallel/ |
| D | operator_info.h | 44 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/ |
| D | tmp_identity_info.h | 37 … : OperatorInfo(name, inputs_shape, outputs_shape, attrs, std::make_shared<TmpIdentityCost>()) {} in OperatorInfo() function
|
| D | gather_info.h | 320 : OperatorInfo(name, inputs_shape, outputs_shape, attrs, std::make_shared<GatherCost>()), in OperatorInfo() function
|
| D | operator_info.h | 119 OperatorInfo(std::string name, Shapes inputs_shape, Shapes outputs_shape, PrimitiveAttrs attrs, in OperatorInfo() function
|