Home
last modified time | relevance | path

Searched refs:GetMemoryLimitInBytes (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dscratch_allocator.cc24 if (byte_size > GetMemoryLimitInBytes(stream)) { in AllocateBytes()
29 byte_size, GetMemoryLimitInBytes(stream))); in AllocateBytes()
Dfft_thunk.cc35 int64 FftScratchAllocator::GetMemoryLimitInBytes(se::Stream* stream) { in GetMemoryLimitInBytes() function in xla::gpu::FftScratchAllocator
43 if (byte_size > GetMemoryLimitInBytes(stream)) { in AllocateBytes()
48 byte_size, GetMemoryLimitInBytes(stream))); in AllocateBytes()
Dscratch_allocator.h35 int64 GetMemoryLimitInBytes(se::Stream* stream) override { in GetMemoryLimitInBytes() function
Dfft_thunk.h43 int64 GetMemoryLimitInBytes(se::Stream* stream) override;
Dcudnn_conv_runner.cc87 int64 GetMemoryLimitInBytes(se::Stream* /*stream*/) override { in GetMemoryLimitInBytes() function in xla::gpu::__anon2b86fa710111::ScratchBufAllocator
/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.h48 virtual int64 GetMemoryLimitInBytes(Stream* stream) = 0;
69 int64 GetMemoryLimitInBytes(Stream* stream) override;
Dscratch_allocator.cc28 int64 OneTimeScratchAllocator::GetMemoryLimitInBytes(Stream* stream) { in GetMemoryLimitInBytes() function in stream_executor::OneTimeScratchAllocator
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h44 int64 GetMemoryLimitInBytes(se::Stream* stream) override { in GetMemoryLimitInBytes() function
Dcudnn_rnn_ops.cc366 int64 GetMemoryLimitInBytes(Stream* stream) override { in GetMemoryLimitInBytes() function in tensorflow::__anon454a70830111::CudnnRnnAllocatorInTemp
412 int64 GetMemoryLimitInBytes(Stream* stream) override { in GetMemoryLimitInBytes() function in tensorflow::__anon454a70830111::CudnnRnnAllocatorInOutput
452 int64 GetMemoryLimitInBytes(Stream* stream) override { in GetMemoryLimitInBytes() function in tensorflow::__anon454a70830111::CudnnRNNPersistentSpaceAllocator
Dfft_ops.cc316 int64 GetMemoryLimitInBytes(se::Stream* stream) override { in GetMemoryLimitInBytes() function in tensorflow::__anona0c96f1e0111::CufftScratchAllocator
Dbatch_matmul_op_impl.h263 int64 GetMemoryLimitInBytes(Stream* stream) override { return -1; }
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc2355 ? std::max(scratch_allocator->GetMemoryLimitInBytes(stream), 0ll) in GetCudnnConvolutionForwardAlgorithm()
2404 ? std::max(scratch_allocator->GetMemoryLimitInBytes(stream), 0ll) in GetCudnnConvolutionBackwardDataAlgorithm()
2453 ? std::max(scratch_allocator->GetMemoryLimitInBytes(stream), 0ll) in GetCudnnConvolutionBackwardFilterAlgorithm()