Home
last modified time | relevance | path

Searched defs:has_sequence (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dremove_expanded_dims.cc78 …bool has_true, bool has_false, bool has_sequence, const ShapeVector &broadcast_shape, int64_t rem_… in ConstRemoveExpandedDims()
162 auto has_sequence = GetValue<bool>(primitive->GetAttr(kAttrHasSequence)); in RemoveExpandedDimsInner() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dtensor_index.cc150 static ValueNodePtr MakeRemoveExpandedDimsNode(bool has_true, bool has_sequence, in MakeRemoveExpandedDimsNode()
964 bool has_sequence = false; in RemoveExpandedDims() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc907 … std::vector<ShapeVector> *shapes, bool *has_sequence, in RemoveExpandedDimsParseTensorIndex()
945 bool has_sequence = false; in RemoveExpandedDims() local