Home
last modified time | relevance | path

Searched defs:x_rank (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Ddropout_gen_mask.cc35 size_t x_rank = value_list.size(); in CalDynamicOutputShape() local
68 size_t x_rank = shape_list.size(); in CalOutputShape() local
Droll.cc36 auto x_rank = SizeToLong(x_shape.size()); in InferShape() local
Dl2_normalize.cc50 auto x_rank = SizeToLong(x_shape.size()); in L2NormalizeInfer() local
Darg_min.cc47 auto x_rank = SizeToLong(x_shape.size()); in ArgMinInfer() local
Dprelu.cc29 const int64_t x_rank = 2; in InferShape() local
Ddepth_to_space.cc62 const int64_t x_rank = 4; in DepthToSpaceInfer() local
Dgather_d.cc34 int64_t x_rank = SizeToLong(x_shape.size()); in GatherDInferShape() local
Dbatch_to_space.cc63 const int64_t x_rank = 4; in BatchToSpaceInfer() local
Darg_max.cc27 auto x_rank = SizeToLong(x_shape.size()); in InferShape() local
Dindex_add.cc36 auto x_rank = SizeToLong(x_shape.size()); in IndexAddInferShape() local
Dspace_to_batch.cc33 const int64_t x_rank = 4; in InferShape() local
Dsplit_v.cc32 auto x_rank = SizeToLong(x_shape.size()); in InferShape() local
Dbatch_to_space_nd.cc33 const int64_t x_rank = 4; in InferShape() local
Dstrided_slice.cc65 size_t x_rank = x_shape.size(); in EllipsisInferShape() local
147 size_t x_rank = x_shape.size(); in ComputeInferShape() local
Dmax_pool.cc91 const int64_t x_rank = 4; in InferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dprelu_grad_gpu_kernel.h78 size_t x_rank = x_shape.size(); in Init() local
/third_party/mindspore/mindspore/ops/composite/
Darray_ops.py45 def _cal_repeat_dims(x_rank, rep, expand_axis): argument
/third_party/mindspore/mindspore/core/ops/fusion/
Davg_pool_fusion.cc65 const int64_t x_rank = 4; in InferShape() local
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc217 size_t x_rank = x_shape->size(); in DoInferReduceShape() local