Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Doutput.h66 RegisterBuffer<std::int32_t, Size>> {
67 using InputType = RegisterBuffer<std::int32_t, Size>;
68 using OutputType = RegisterBuffer<std::int32_t, Size>;
123 RegisterBuffer<std::int32_t, Size>> {
124 typedef RegisterBuffer<std::int32_t, Size> InputType;
125 typedef RegisterBuffer<std::int32_t, Size> OutputType;
151 RegisterBuffer<std::int32_t, Size>> {
152 typedef RegisterBuffer<std::int32_t, Size> InputType;
153 typedef RegisterBuffer<std::int32_t, Size> OutputType;
185 RegisterBuffer<std::int32_t, Size>> {
[all …]
Dsimd_wrappers.h45 struct RegisterBuffer { struct
67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>; argument
492 using RegBufferInt32 = RegisterBuffer<std::int32_t, N>;
494 using RegBufferInt16 = RegisterBuffer<std::int16_t, N>;
496 using RegBufferUint8 = RegisterBuffer<std::uint8_t, N>;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h44 void RegisterBuffer(BufferAllocation::Index index,
Dgpu_executable.cc269 buffer_allocations_builder.RegisterBuffer(i, buffer); in ExecuteOnStream()
273 buffer_allocations_builder.RegisterBuffer(i, FindOrDie(*globals, i)); in ExecuteOnStream()
Dbuffer_allocations.cc35 void BufferAllocations::Builder::RegisterBuffer(BufferAllocation::Index index, in RegisterBuffer() function in xla::gpu::BufferAllocations::Builder