Home
last modified time | relevance | path

Searched defs:src_shape_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dcommon_infer.c57 void ShapeSet(int *dst_shape, size_t *dst_shape_size, const int *src_shape, size_t src_shape_size) { in ShapeSet()
65 …ShapeSet(int *dst_shape, size_t *dst_shape_size, const int64_t *src_shape, size_t src_shape_size) { in Int64ShapeSet()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/format_transfer/
Dformat_transfer_utils.cc115 auto src_shape_size = GetItemNumByShape(args.src_shape); in TransFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dms_device_shape_transfer.h70 int64_t src_shape_size; // Multiply each dimension elements. [a, b, c, d] => a*b*c*d member