Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/control/
Dtensorlist_reserve_infer.c62 vvector tmp_shape; in TensorListReserveInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dminimum_grad.cc37 auto tmp_shape = ShapeVector(brodcast_shape.size() - original_shape.size(), 1); in GetReduceAxis() local
Dmaximum_grad.cc37 auto tmp_shape = ShapeVector(brodcast_shape.size() - original_shape.size(), 1); in GetReduceAxis() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/base/
Dreduce_base_coder.cc97 std::vector<int> tmp_shape = input_tensors_.at(0)->shape(); in CalculateInnerOuterSize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dspacetobatch_gpu_kernel.cc77 …auto tmp_shape = input_shape_[idx_i + PADDING_SHAPE_1] + paddings_[idx_i][0] + paddings_[idx_i][1]; in Resize() local
Dbatchtospace_gpu_kernel.h122 …auto tmp_shape = input_shape[idx_i + CROPS_SHAPE_1] * block_size_ - crops_[idx_i][0] - crops_[idx_… in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Dreduce_base.cc136 auto tmp_shape = in_tensors_.at(0)->shape(); in CalculateInnerOuterSize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dspace_to_batch_nd_cpu_kernel.cc60 auto tmp_shape = input_shape_[idx_i + off_set_] + paddings_[idx_i][0] + paddings_[idx_i][1]; in CheckParam() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_class/
Dspace_to_batch_nd_helper.h152 auto tmp_shape = input_shape_[idx_i + off_set] + paddings_[idx_i][0] + paddings_[idx_i][1]; in CheckKernelParam() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dspace_to_batch_nd.cc92 auto tmp_shape = input_shape_[idx_i + off_set_] + paddings_[idx_i][0] + paddings_[idx_i][1]; in SpaceToBatchNDInferShapeImpl() local
Dfill.cc209 auto tmp_shape = InferShape(prim, input_args); in InferValue() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dthird_party_param_parser.cc54 for (auto tmp_shape : tmp_shapes) { in DoParseShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc281 std::vector<dsize_t> tmp_shape = {}; in ColumnLoad() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc122 ShapeVector tmp_shape = {dout_shape[0], dout_shape[2], dout_shape[3], dout_shape[1]}; in Conv2DBackpropInputInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dweight_quant_batch_matmul_info.cc564 Shape tmp_shape = GetCommonShape(mat_x_shape, mat_weight_shape); in GenerateOpStrategies() local
Dquant_batch_matmul_info.cc563 Shape tmp_shape = GetCommonShape(x1_shape, x2_shape); in GenerateOpStrategies() local
Dconv2d_info.cc1046 Shape tmp_shape = inputs_shape_[0]; in GenerateOpStrategies() local
Dmatmul_info.cc996 Shape tmp_shape = GetCommonShape(mat_a_shape, mat_b_shape); in GenerateOpStrategies() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_others.cc245 auto tmp_shape = x->shape()->shape(); in InferImplReduceScatter() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc235 ShapeVector tmp_shape(DIMENSION_4D - expand_shape.size(), 1); in ConvertTensorToNCOrNH() local