Home
last modified time | relevance | path

Searched refs:allocated_buffer_memory (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dredzone_allocator.cc85 DeviceMemory<uint8> allocated_buffer_memory(*allocated_buffer); in AllocateBytes() local
88 &allocated_buffer_memory, 0, redzone_size_); in AllocateBytes()
91 &allocated_buffer_memory, redzone_size_, byte_size); in AllocateBytes()
99 &allocated_buffer_memory, redzone_size_ + byte_size, rhs_slop); in AllocateBytes()
102 &allocated_buffer_memory, redzone_size_ + byte_size + rhs_slop, in AllocateBytes()