Searched defs:RegisterBuffer (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dbuffer_allocations.cc36 void BufferAllocations::Builder::RegisterBuffer(BufferAllocation::Index index, function in class:xla::gpu::BufferAllocations::Builder
/external/gemmlowp/internal/
H A Dsimd_wrappers.h45 struct RegisterBuffer { struct in namespace:gemmlowp
67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>;
492 using RegBufferInt32 = RegisterBuffer<std::int32_t, N>;
494 using RegBufferInt16 = RegisterBuffer<std::int16_t, N>;
496 using RegBufferUint8 = RegisterBuffer<std::uint8_t, N>;

Completed in 115 milliseconds