Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dtriu.cc25 auto input_shape_vec = input_args[kInputIndex0]->GetShape()->GetShapeVector(); in InferShape() local
Dgather_d_grad_v2.cc34 auto input_shape_vec = input_args[kInputIndex0]->GetShape()->GetShapeVector(); in CheckValidation() local
Drank.cc42 auto input_shape_vec = x_abs->GetShape()->GetShapeVector(); in InferValue() local
Dscatter_add_ext.cc39 auto input_shape_vec = input_shape->GetShapeVector(); in InferShape() local
Deltwise_op.cc35 auto input_shape_vec = input_shape->GetShapeVector(); in InferShapeWithCheck() local
Dreshape.cc28 auto input_shape_vec = input_shape->GetShapeVector(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dunique_consecutive.cc51 auto input_shape_vec = input_shape_map[kShape]; in UniqueConsecutiveInferShape() local
112 auto input_shape_vec = input_shape_map[kShape]; in UniqueConsecutiveFrontendInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dslicefusion_tensorrt.cc33 std::vector<int> input_shape_vec; in GetDynamicSliceSize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dreduce_infer_util.cc138 std::vector<int64_t> input_shape_vec = tensordesc_input_x.GetShape().GetDims(); in DoReduceInferRangeWithAxes() local
213 std::vector<int64_t> input_shape_vec = input_shape.GetDims(); in DoReduceInferShapeWithoutAxes() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dmasked_fill_gpu_kernel.cc124 std::vector<int64_t> input_shape_vec = inputs.at(kIndex0)->GetShapeVector(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dmicro_param_parser.cc132 auto input_shape_vec = SplitStringToVector(input_shape, ','); in ParseGraphInputsShapeTemplate() local
Dconfig_file_parser.cc230 auto input_shape_vec = SplitStringToVector(input_shape, ','); in ParseInputShapeTemplate() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_pool3d_with_argmax_cpu_kernel.cc193 auto input_shape_vec = x_shape_; in LaunchKernel() local
Dmax_pool3d_grad_with_argmax_cpu_kernel.cc164 auto input_shape_vec = x_shape_; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmax_pool_3d_grad_with_argmax.cc231 auto input_shape_vec = input_x_info->GetTensorShape()->GetDimSizes(); in MaxPool3DGradWithArgmaxCompute() local
Dmax_pool_3d_with_argmax.cc258 auto input_shape_vec = input_info->GetTensorShape()->GetDimSizes(); in MaxPool3DWithArgmaxCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc2488 auto input_shape_vec = input->shape().AsVector(); in MelSpectrogram() local