Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dget_squeeze_slice_shape_cpu_kernel.cc76 std::vector<int64_t> new_data_shape; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc1254 … const ValuePtr data_value, const std::vector<int64_t> &new_data_shape, in SetitemCopyView()
1331 auto new_data_shape = data_shape; in SetitemBySliceWithTensor() local
1522 auto new_data_shape = data_shape; in GetItemByTupleWithView() local
1617 ShapeVector new_data_shape = data_shape; in GetItemByTuple() local
1984 std::vector<int64_t> new_data_shape(data_shape.begin() + 1, data_shape.end()); in SetItemByNumberWithView() local