Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
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()
DResize.h43 inline void maybe_resize_storage_cpu(TensorImpl* self, size_t new_size_bytes) { in maybe_resize_storage_cpu()
DTensorShape.cpp423 c10::SymInt new_size_bytes = result.is_contiguous() in set_storage_meta__symint() local
/external/pytorch/aten/src/ATen/native/cuda/
DResize.h12 static inline void maybe_resize_storage_cuda(TensorImpl* self, size_t new_size_bytes) { in maybe_resize_storage_cuda()
/external/pytorch/aten/src/ATen/native/mps/
DTensorFactory.cpp34 uint64_t new_size_bytes = (new_size + self->storage_offset()) * self->dtype().itemsize(); in maybe_resize_storage_mps() local
/external/pytorch/aten/src/ATen/
DFunctionalizeFallbackKernel.cpp153 auto new_size_bytes = at::detail::computeStorageNbytesContiguous(size, itemsize, storage_offset); in resize__functionalization() local
/external/cronet/tot/net/disk_cache/blockfile/
Dblock_files.cc500 int new_size_bytes = new_size * header->entry_size + sizeof(*header); in GrowBlockFile() local
/external/cronet/stable/net/disk_cache/blockfile/
Dblock_files.cc500 int new_size_bytes = new_size * header->entry_size + sizeof(*header); in GrowBlockFile() local