Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dget_tuple_index_info.cc157 …st std::vector<int64_t> &tuple_index_types, ShapeVector *broadcast_shape, ShapeVector *final_shape, in ConstGetTupleIndexInfo()
292 ShapeVector final_shape; in GetTupleIndexInfoInferInner() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dget_tuple_index_info_cpu_kernel.cc71 ShapeVector final_shape; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsparse_fill_empty_rows.cu211size_t *final_shape, int64_t *origin_index, int64_t *sorted_key, in SparseFillEmptyRows()
243size_t *final_shape, int64_t *origin_index, int64_t *sorted_key, in SparseFillEmptyRows()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc357 ShapeVector final_shape = slice_shapes; in GenerateIndexInfoFromTupleOfMixedTensors() local
390 TensorIndex TensorIndex::SliceToArray(const TensorPtr &index, const ShapeVector &final_shape, size_… in SliceToArray()
406 …ex TensorIndex::BroadCastTensor(const ShapeVector &broadcast_shape, const ShapeVector &final_shape, in BroadCastTensor()
640 const std::vector<int64_t> &final_shape, in GenerateIndices()
735 ShapeVector final_shape = std::get<final_shape_index>(index_info); in TensorGetitemByTuple() local
1086 ShapeVector final_shape = std::get<final_shape_index>(index_info); in GenerateIndicesFromTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/
D_compile_utils.py400 def _transform_indexing_tensor(broadcast_shape, final_shape, new_shape, item): argument
895 def _tensor_index_transfer(index, broadcast_shape, final_shape, new_shape): argument
1436 def convert_slice_to_tensor(index, final_shape, slice_cnt, broadcast_shape, slice_shapes, fancy_pos… argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_concat.cc178 std::vector<int64_t> final_shape(tensors[0]->shape_.begin(), tensors[0]->shape_.end()); in Concat() local