Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dremove_expanded_dims.h34 RemoveExpandedDims() : BaseOperator(kNameRemoveExpandedDims) {} in RemoveExpandedDims() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dtensor_index.cc954 void PreSetitemByTuple::RemoveExpandedDims(const AnfNodePtr &data_node, const AnfNodePtr &index_nod… in RemoveExpandedDims() function in mindspore::prim::PreSetitemByTuple
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc937 std::pair<std::vector<TensorIndex>, ShapeVector> TensorIndex::RemoveExpandedDims( in RemoveExpandedDims() function in mindspore::tensor::TensorIndex