Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_constants.cc30 const int64 kXlaAllocatedBufferAlignBytes = variable
33 const int64 kConstantBufferAlignBytes = kXlaAllocatedBufferAlignBytes;
Dbuffer_allocations.cc55 return kXlaAllocatedBufferAlignBytes; in Build()
88 kXlaAllocatedBufferAlignBytes, buffer.opaque()); in Build()
Dgpu_constants.h29 extern const int64 kXlaAllocatedBufferAlignBytes;
Dnvptx_compiler.cc672 [](LogicalBuffer::Color) { return kXlaAllocatedBufferAlignBytes; }, in RunBackend()
Dir_emitter_unnested.cc223 return kXlaAllocatedBufferAlignBytes; in BuildKernelPrototype()