Home
last modified time | relevance | path

Searched defs:new_size_bytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DResize.cpp165 static void maybe_resize_storage_meta(TensorImpl* self, c10::SymInt new_size_bytes) { in maybe_resize_storage_meta()
183 static void _maybe_resize_storage(TensorImpl* self, int64_t new_size_bytes) { in _maybe_resize_storage()
187 static void _maybe_resize_storage(TensorImpl* self, c10::SymInt new_size_bytes) { in _maybe_resize_storage()
H A DResize.h43 inline void maybe_resize_storage_cpu(TensorImpl* self, size_t new_size_bytes) { in maybe_resize_storage_cpu()
H A DTensorShape.cpp423 c10::SymInt new_size_bytes = result.is_contiguous() in set_storage_meta__symint() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DResize.h12 static inline void maybe_resize_storage_cuda(TensorImpl* self, size_t new_size_bytes) { in maybe_resize_storage_cuda()
/aosp_15_r20/system/update_engine/client_library/include/update_engine/
H A Dupdate_status.h84 uint64_t new_size_bytes; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/
H A DTensorFactory.cpp34 uint64_t new_size_bytes = (new_size + self->storage_offset()) * self->dtype().itemsize(); in maybe_resize_storage_mps() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalizeFallbackKernel.cpp153 auto new_size_bytes = at::detail::computeStorageNbytesContiguous(size, itemsize, storage_offset); in resize__functionalization() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dblock_files.cc496 int new_size_bytes = new_size * header->entry_size + sizeof(*header); in GrowBlockFile() local