Home
last modified time | relevance | path

Searched refs:kInputIndex3 (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc67 if (dout_shape_norm[kInputIndex3] != abstract::Shape::SHP_ANY && in SetPadList()
68 x_size_v[kInputIndex3] != abstract::Shape::SHP_ANY) { in SetPadList()
70 …(dout_shape_norm[kInputIndex3] - 1) * stride_w + dilation_w * (kernel_w - 1) + 1 - x_size_v[kInput… in SetPadList()
Dbatch_norm_grad.cc63 auto reserve_1 = input_args[kInputIndex3]->Broaden(); in BatchNormGradInfer()
Dbinary_cross_entropy_grad.cc46 if (input_args[kInputIndex3]->BuildType() != nullptr) { in BinaryCrossEntroyGradInferType()
/third_party/mindspore/mindspore/core/ops/
Dbatch_norm.cc86 …auto mean = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex3]->BuildShape()… in BatchNormInfer()
122 (void)args_moving.emplace("bias", input_args[kInputIndex3]->BuildType()); in BatchNormInfer()
Dsparse_to_dense.cc37 …auto dense_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex3]->Build… in SparseToDenseInfer()
Dapply_momentum.cc77 auto g_type = input_args[kInputIndex3]->BuildType(); in ApplyMomentumInfer()
Dbinary_cross_entropy.cc64 if (input_args[kInputIndex3]->BuildType() != nullptr) { in BinaryCrossEntroyInferType()
Done_hot.cc82 {"off_dtype", input_args[kInputIndex3]->BuildType()}}; in OneHotInferType()
Dctcloss.cc99 …(void)CheckAndConvertUtils::CheckTensorTypeValid("sequence_length", input_args[kInputIndex3]->Buil… in InferType()
Dapply_adagrad_d_a.cc70 auto grad_type = input_args[kInputIndex3]->BuildType(); in InferType()
Dlstm.cc94 auto infer_type3 = input_args[kInputIndex3]->BuildType()->cast<TensorTypePtr>()->element(); in LstmInfer()
Dop_utils.h265 kInputIndex3, enumerator
Dstrided_slice.cc211 auto strides_v = CheckAndGetValidStrides(input_args[kInputIndex3]); in StridedSliceInferShape()
Dconv2d.cc134 …cast<int64_t>(std::floor(1 + ((x_w * 1) + pad_list->at(kInputIndex2) + pad_list->at(kInputIndex3) - in Conv2DPadFunction()