Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc127 auto align_size = GetCommonAlignSize(size); in MallocMemFromMemPool() local
136 size_t align_size = 0; in MallocStaticMem() local
169 size_t align_size = 0; in MallocDynamicMem() local
213 auto align_size = GetCommunicationAlignSize(size); in MallocCommunicationMemFromMemPool() local
Dascend_bucket.cc47 auto align_size = MemoryManager::GetCommonAlignSize(origin_size); in AllocateAllReduceAddr() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_memory_manager.cc116 auto align_size = GetCommonAlignSize(size); in MallocStaticMem() local
Dgpu_bucket.cc62 auto align_size = AlignMemorySize(origin_size); in AllocateAllReduceAddr() local
/third_party/mindspore/mindspore/parallel/
Dalgo_parameter_config.py111 def set_tensor_slice_align_size(self, align_size): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dradiotap_iter.h21 const struct radiotap_align_size *align_size; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dradiotap_iter.h21 const struct radiotap_align_size *align_size; member
/third_party/flatbuffers/ts/
Dbuilder.ts109 const align_size = ((~(this.bb.capacity() - this.space + additional_bytes)) + 1) & (size - 1); constant
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_util.cc125 const uint32_t align_size = 512; in GetHcomCount() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_dynamic_allocator.cc30 size_t align_size = AlignMemorySize(size); in AllocTensorMem() local
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c222 int align_size, offset; in raw_read_blk() local
351 int align_size, offset; in raw_write_blk() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_info.cc572 const auto align_size = CostModelContext::GetInstance()->tensor_slice_alignment_size(); in CheckForTensorSliceValid() local
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java317 int align_size = ((~(bb.capacity() - space + additional_bytes)) + 1) & (size - 1); in prep() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_vpc.cc351 uint32_t align_size = (yuvCoeffiNum2 << pre_scaler_num_); in ChipPreProcess() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc137 auto align_size = MemoryManager::GetCommonAlignSize(address->size()); in RunOpGetCommunicationInputInfo() local
191 auto align_size = MemoryManager::GetCommonAlignSize(address->size()); in RunOpGetCommunicationOutputInfo() local
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c90 int align_size; member