Home
last modified time | relevance | path

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

/external/puffin/src/
Dfile_stream.cc62 auto c_bytes = static_cast<uint8_t*>(buffer); in Read() local
66 read(fd_, c_bytes + total_bytes_read, length - total_bytes_read); in Read()
75 auto c_bytes = static_cast<const uint8_t*>(buffer); in Write() local
79 write(fd_, c_bytes + total_bytes_wrote, length - total_bytes_wrote); in Write()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc2349 SE_ASSIGN_OR_RETURN(DeviceMemory<uint8> c_bytes, in DoBlasInternalImpl()
2353 c = DeviceMemory<CUDA_T *>(c_bytes); in DoBlasInternalImpl()