/third_party/mindspore/mindspore/core/ops/grad/ |
D | strided_slice_grad.cc | 36 (void)CheckAndConvertUtils::CheckInteger(kBeginMask, begin_mask, kGreaterEqual, 0, this->name()); in set_begin_mask() 45 (void)CheckAndConvertUtils::CheckInteger(kEndMask, end_mask, kGreaterEqual, 0, this->name()); in set_end_mask() 54 …(void)CheckAndConvertUtils::CheckInteger(kEllipsisMask, ellipsis_mask, kGreaterEqual, 0, this->nam… in set_ellipsis_mask() 69 …(void)CheckAndConvertUtils::CheckInteger(kNewAxisMask, new_axis_mask, kGreaterEqual, 0, this->name… in set_new_axis_mask() 78 …(void)CheckAndConvertUtils::CheckInteger(kShrinkAxisMask, shrink_axis_mask, kGreaterEqual, 0, this… in set_shrink_axis_mask()
|
/third_party/mindspore/mindspore/core/ops/fusion/ |
D | conv2d_transpose_fusion.cc | 46 (void)CheckAndConvertUtils::CheckInteger(kKernelSize, item, kGreaterEqual, 1, name()); in set_kernel_size() 55 (void)CheckAndConvertUtils::CheckInteger(kDilation, item, kGreaterEqual, 1, name()); in set_dilation() 61 …ndConvertUtils::CheckInteger(kOutputPaddings, SizeToLong(output_paddings.size()), kGreaterEqual, 1, in set_output_paddings() 64 (void)CheckAndConvertUtils::CheckInteger(kOutputPaddings, item, kGreaterEqual, 0, name()); in set_output_paddings()
|
/third_party/mindspore/mindspore/core/ops/ |
D | strided_slice.cc | 71 (void)CheckAndConvertUtils::CheckInteger("infer", SizeToLong(new_axis_pos.size()), kGreaterEqual, in EllipsisInferShape() 148 …(void)CheckAndConvertUtils::CheckInteger("end_v size", SizeToLong(end_v.size()), kGreaterEqual, Si… in ComputeInferShape() 150 …d)CheckAndConvertUtils::CheckInteger("strides_v size", SizeToLong(strides_v.size()), kGreaterEqual, in ComputeInferShape() 232 (void)CheckAndConvertUtils::CheckInteger(kBeginMask, begin_mask, kGreaterEqual, 0, this->name()); in set_begin_mask() 240 (void)CheckAndConvertUtils::CheckInteger(kEndMask, end_mask, kGreaterEqual, 0, this->name()); in set_end_mask() 248 …(void)CheckAndConvertUtils::CheckInteger(kEllipsisMask, ellipsis_mask, kGreaterEqual, 0, this->nam… in set_ellipsis_mask() 262 …(void)CheckAndConvertUtils::CheckInteger(kNewAxisMask, new_axis_mask, kGreaterEqual, 0, this->name… in set_new_axis_mask() 270 …(void)CheckAndConvertUtils::CheckInteger(kShrinkAxisMask, shrink_axis_mask, kGreaterEqual, 0, this… in set_shrink_axis_mask()
|
D | conv2d_transpose.cc | 59 (void)CheckAndConvertUtils::CheckInteger(kKernelSize, item, kGreaterEqual, 1, name()); in set_kernel_size() 68 (void)CheckAndConvertUtils::CheckInteger(kStride, item, kGreaterEqual, 1, name()); in set_stride() 75 …(void)CheckAndConvertUtils::CheckInteger(kDilation, SizeToLong(dilation.size()), kGreaterEqual, di… in set_dilation() 84 CheckAndConvertUtils::Check(kPadItem, item, kGreaterEqual, "zeros_list", 0, name()); in set_pad_mode()
|
D | hashtable_lookup.cc | 30 CheckAndConvertUtils::CheckInputArgs(input_args, kGreaterEqual, input_num, op_name); in HashtableLookupInfer() 33 …(void)CheckAndConvertUtils::CheckInteger("logits size", SizeToLong(input.size()), kGreaterEqual, 1… in HashtableLookupInfer()
|
D | addn.cc | 36 …kAndConvertUtils::CheckInteger("concat element num", SizeToLong(elements.size()), kGreaterEqual, 1, in AddNInferShape() 74 …kAndConvertUtils::CheckInteger("concat element num", SizeToLong(elements.size()), kGreaterEqual, 1, in AddNInferType() 95 …ertUtils::CheckInteger("input number", SizeToLong(input_args.size()), kGreaterEqual, 1, prim_name); in AddNInfer()
|
D | lsh_projection.cc | 38 CheckAndConvertUtils::CheckInputArgs(input_args, kGreaterEqual, input_num, op_name); in LshProjectionInfer() 43 …(void)CheckAndConvertUtils::CheckInteger("input1 rank", SizeToLong(input1.size()), kGreaterEqual, … in LshProjectionInfer()
|
D | transpose.cc | 56 (void)CheckAndConvertUtils::CheckInteger("perm element", i, kGreaterEqual, 0, op_name); in InferShape() 93 …ckAndConvertUtils::CheckInteger("Transpose infer", SizeToLong(input_args.size()), kGreaterEqual, 1, in TransposeInfer()
|
D | space_to_batch_nd.cc | 72 …(void)CheckAndConvertUtils::CheckInteger(kPaddings, paddings[i][j], kGreaterEqual, 0LL, this->name… in set_paddings() 87 …(void)CheckAndConvertUtils::CheckInteger(kBlockShape, block_shape[i], kGreaterEqual, 1LL, this->na… in set_block_shape()
|
D | batch_to_space_nd.cc | 74 (void)CheckAndConvertUtils::CheckInteger(kCrops, crops[i][j], kGreaterEqual, 0, this->name()); in set_crops() 89 …(void)CheckAndConvertUtils::CheckInteger(kBlockShape, block_shape[i], kGreaterEqual, 1, this->name… in set_block_shape()
|
D | split_v.cc | 33 (void)CheckAndConvertUtils::CheckInteger("x_rank", x_rank, kGreaterEqual, 1, prim_name); in InferShape() 41 (void)CheckAndConvertUtils::CheckInteger("num_split", num_split, kGreaterEqual, 1, prim_name); in InferShape()
|
D | space_to_depth.cc | 27 CheckAndConvertUtils::Check(kBlockSize, block_size, kGreaterEqual, "", 2, this->name()); in set_block_size()
|
D | equal.cc | 34 …ConvertUtils::CheckInteger("input number", SizeToLong(input_args.size()), kGreaterEqual, input_num, in EqualInfer()
|
D | ones_like.cc | 32 …(void)CheckAndConvertUtils::CheckInteger("infer_shape", int64_t(input_args.size()), kGreaterEqual,… in InferShape()
|
D | tensor_summary.cc | 33 …(void)CheckAndConvertUtils::CheckInteger("v rank", int64_t(v_shape.size()), kGreaterEqual, 1, prim… in TensorSummaryInferShape()
|
D | zeros_like.cc | 32 …onvertUtils::CheckInteger("infer_shape", SizeToLong(input_args.size()), kGreaterEqual, 1, op_name); in InferShape()
|
D | LayerNormXBackprop.cc | 51 …onvertUtils::CheckInteger("LayerNormXBackprop infer", SizeToLong(input_args.size()), kGreaterEqual, in LayerNormXBackpropInfer()
|
D | relu.cc | 33 …rtUtils::CheckInteger("input numbers", SizeToLong(input_args.size()), kGreaterEqual, 1, prim_name); in InferShape()
|
D | mul.cc | 47 …ConvertUtils::CheckInteger("input number", SizeToLong(input_args.size()), kGreaterEqual, input_num, in InferType()
|
D | sub.cc | 47 …(void)CheckAndConvertUtils::CheckInteger("infer", SizeToLong(input_args.size()), kGreaterEqual, in… in InferType()
|
D | custom_normalize.cc | 54 CheckAndConvertUtils::CheckInputArgs(input_args, kGreaterEqual, input_num, primitive->name()); in CustomNormalizeInfer()
|
D | diag.cc | 30 …CheckAndConvertUtils::CheckInteger("input rank", SizeToLong(input_shape.size()), kGreaterEqual, 1L, in DiagInferShape()
|
D | real_div.cc | 47 …(void)CheckAndConvertUtils::CheckInteger("infer", SizeToLong(input_args.size()), kGreaterEqual, in… in InferType()
|
D | flatten.cc | 27 …ckAndConvertUtils::CheckInteger("input args size", SizeToLong(input_args.size()), kGreaterEqual, 1, in InferShape()
|
D | layer_norm_x_backprop_v2.cc | 51 …vertUtils::CheckInteger("LayerNormXBackpropV2 infer", SizeToLong(input_args.size()), kGreaterEqual, in LayerNormXBackpropV2Infer()
|