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

  /external/gemmlowp/internal/
output.h 66 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...]
simd_wrappers.h 45 struct RegisterBuffer {
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>;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.h 43 void RegisterBuffer(BufferAllocation::Index index,
buffer_allocations.cc 36 void BufferAllocations::Builder::RegisterBuffer(BufferAllocation::Index index,
gpu_executable.cc 272 buffer_allocations_builder.RegisterBuffer(
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c     [all...]

Completed in 620 milliseconds