Home
last modified time | relevance | path

Searched refs:OneTimeScratchAllocator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.cc25 OneTimeScratchAllocator::OneTimeScratchAllocator() {} in OneTimeScratchAllocator() function in stream_executor::OneTimeScratchAllocator
26 OneTimeScratchAllocator::~OneTimeScratchAllocator() {} in ~OneTimeScratchAllocator()
28 int64 OneTimeScratchAllocator::GetMemoryLimitInBytes(Stream* stream) { in GetMemoryLimitInBytes()
32 port::StatusOr<DeviceMemory<uint8>> OneTimeScratchAllocator::AllocateBytes( in AllocateBytes()
Dscratch_allocator.h65 class OneTimeScratchAllocator : public ScratchAllocator {
67 OneTimeScratchAllocator();
68 ~OneTimeScratchAllocator() override;
76 SE_DISALLOW_COPY_AND_ASSIGN(OneTimeScratchAllocator);