Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/
Dview_strides_calculator.h43 struct OldTensorInfo { struct
44OldTensorInfo(std::vector<int64_t> old_shape, std::vector<int64_t> old_strides, std::vector<int64_… in OldTensorInfo() argument
57 using OldTensorInfoPtr = std::shared_ptr<OldTensorInfo>; argument