Home
last modified time | relevance | path

Searched defs:check_shape (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_embedding_cache_ops.py52 def check_shape(self, input_x_shape, indices_shape, update_shape, max_num_shape): member in UpdateCache
97 def check_shape(self, input_x_shape, max_num_shape, offset_shape): member in SubAndFilter
172 def check_shape(self, cache_table_shape, swap_cache_idx_shape, miss_value_shape): member in CacheSwapTable
303 def check_shape(self, input_x_shape, cum_sum_arr_shape, shift_idx_shape): member in PadAndShift
D_inner_ops.py550 def check_shape(self, input_shape): member in ConvertToDynamic
600 def check_shape(self, input_shape): member in GpuConvertToDynamicShape
701 def check_shape(self, lengths_shape, maxlen_shape): member in SequenceMask
1023 def check_shape(self, indices_shape, data_shape): member in DynamicStitch
Darray_ops.py151 def check_shape(self, x_shape, indices_shape, updates_shape): member in _ScatterOpDynamic
4398 def check_shape(self, x_shape, mask_shape): member in MaskedSelect
Dnn_ops.py2754 def check_shape(self, parameters_shape, gradient_shape, learning_rate_shape, member in SGD
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dtensor_scatter_arithmetic.cc40 bool CheckShape(const std::vector<int64_t> &updates_shape, const std::vector<int64_t> &check_shape)… in CheckShape()
Dinstance_norm_v2.cc66 ShapeVector check_shape = x_shape; in InstanceNormV2InputShapeCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dinstance_norm_v2_grad.cc74 ShapeVector check_shape = dy_shape; in InstanceNormV2GradInputShapeCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dkernel_util.cc266const std::vector<int64_t> &check_shape, const std::string &prim_name) { in CheckTensorShapeSame()
Dkernel_util.h214 …ool ShapeVectorIsSame(const std::vector<int64_t> &shape, const std::vector<int64_t> &check_shape) { in ShapeVectorIsSame()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dim2col_and_col2im_ext.cc289 …auto check_shape = Im2ColAndCol2ImCommonCheckShape(primitive, input_args[kIndex0], no_batch_rank_,… in CheckValidation() local
348 …auto check_shape = Im2ColAndCol2ImCommonCheckShape(primitive, input_args[kIndex0], no_batch_rank_,… in CheckValidation() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dinstance_norm_v2_grad.cc102 std::vector<int64_t> check_shape; in InstanceNormV2GradShapeCheck() local
Dinstance_norm_v2.cc114 std::vector<int64_t> check_shape; in InstanceNormV2ShapeCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dconvert_utils_base.h267 …ool ShapeVectorIsSame(const std::vector<int64_t> &shape, const std::vector<int64_t> &check_shape) { in ShapeVectorIsSame()
Dcheck_convert_utils.cc846 const std::vector<int64_t> &check_shape, in CheckTensorShapeSame()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dprimitive.py607 def check_shape(self, *args): member in PrimitiveWithCheck
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/
Ddebug_services.cc867 std::stringstream check_shape(shape_str); in ReadTensorFromNpy() local