HomeSort by relevance Sort by last modified time
    Searched refs:kXlaAllocatedBufferAlignBytes (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_constants.cc 30 const int64 kXlaAllocatedBufferAlignBytes =
33 const int64 kConstantBufferAlignBytes = kXlaAllocatedBufferAlignBytes;
gpu_constants.h 29 extern const int64 kXlaAllocatedBufferAlignBytes;
buffer_allocations.cc 55 return kXlaAllocatedBufferAlignBytes;
88 kXlaAllocatedBufferAlignBytes, buffer.opaque());
nvptx_compiler.cc 672 [](LogicalBuffer::Color) { return kXlaAllocatedBufferAlignBytes; },
    [all...]
ir_emitter_unnested.cc 223 return kXlaAllocatedBufferAlignBytes;
    [all...]

Completed in 266 milliseconds