Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dnoncopyable_buffer.h59 : NoncopyableBuffer(size_in_u32s * sizeof(uint32_t), allocator) { in NoncopyableBuffer() function
76 NoncopyableBuffer(const uint8_t* buf, size_t size) // Size is in uint8's. in NoncopyableBuffer() function
78 NoncopyableBuffer(const uint32_t* buf, in NoncopyableBuffer() function
143 NoncopyableBuffer(OwnedDataPtr data, size_t size) in NoncopyableBuffer() function