Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Daicpu_ext_info_handle.cc153 std::vector<int64_t> tmp_shape; in UpdateInputShapeAndType() local
188 std::vector<int64_t> tmp_shape; in UpdateOutputShapeAndType() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/control/
Dtensorlist_reserve_infer.c60 vvector tmp_shape; in TensorListReserveInferShape() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/
Dreduce_base_coder.cc102 std::vector<int> tmp_shape = input_tensors_.at(0)->shape(); in CalculateInnerOuterSize() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dreduce_base.cc138 auto tmp_shape = in_tensors_.at(0)->shape(); in CalculateInnerOuterSize() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dspacetobatch_gpu_kernel.h137 … auto tmp_shape = input_shape[idx_i + PADDING_SHAPE_1] + paddings_[idx_i][0] + paddings_[idx_i][1]; in CheckParam() local
Dbatchtospace_gpu_kernel.h147 …auto tmp_shape = input_shape[idx_i + CROPS_SHAPE_1] * block_size_ - crops_[idx_i][0] - crops_[idx_… in CheckParam() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc279 std::vector<dsize_t> tmp_shape = {}; in ColumnLoad() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_others.cc464 auto tmp_shape = x->shape()->shape(); in InferImplAllGather() local
488 auto tmp_shape = x->shape()->shape(); in InferImplReduceScatter() local
/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc139 ShapeVector tmp_shape = {dout_shape[0], dout_shape[2], dout_shape[3], dout_shape[1]}; in Conv2DBackpropInputInferShape() local