Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.h44 virtual int64 GetMemoryLimitInBytes() = 0;
65 int64 GetMemoryLimitInBytes() override;
Dscratch_allocator.cc29 int64 OneTimeScratchAllocator::GetMemoryLimitInBytes() { return -1; } in GetMemoryLimitInBytes() function in stream_executor::OneTimeScratchAllocator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc35 int64 FftScratchAllocator::GetMemoryLimitInBytes() { in GetMemoryLimitInBytes() function in xla::gpu::FftScratchAllocator
43 if (byte_size > GetMemoryLimitInBytes()) { in AllocateBytes()
48 byte_size, GetMemoryLimitInBytes())); in AllocateBytes()
Dfft_thunk.h44 int64 GetMemoryLimitInBytes() override;
Dgpu_conv_algorithm_picker.cc60 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in xla::gpu::__anon6437d7ed0111::ScratchAllocator
84 if (byte_size > GetMemoryLimitInBytes()) { in AllocateBytes()
89 byte_size, GetMemoryLimitInBytes())); in AllocateBytes()
Dgpu_conv_runner.cc52 int64 GetMemoryLimitInBytes() override { return scratch_.size(); } in GetMemoryLimitInBytes() function in xla::gpu::__anon53f8f4230111::ScratchBufAllocator
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h53 int64 GetMemoryLimitInBytes() override { return memory_limit_; } in GetMemoryLimitInBytes() function
Dredzone_allocator.cc66 if (byte_size > GetMemoryLimitInBytes()) { in AllocateBytes()
71 byte_size, GetMemoryLimitInBytes())); in AllocateBytes()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h56 int64 GetMemoryLimitInBytes() override { return memory_limit_; } in GetMemoryLimitInBytes() function
Dcudnn_rnn_ops.cc366 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in tensorflow::__anond88b5f210111::CudnnRnnAllocatorInTemp
411 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in tensorflow::__anond88b5f210111::CudnnRnnAllocatorInOutput
450 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in tensorflow::__anond88b5f210111::CudnnRNNPersistentSpaceAllocator
Dfft_ops.cc367 int64 GetMemoryLimitInBytes() override { return memory_limit_; } in GetMemoryLimitInBytes() function in tensorflow::__anon049b3f3c0111::CufftScratchAllocator
Dfused_batch_norm_op.cc671 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in tensorflow::functor::CudnnBatchNormAllocatorInTemp
724 int64 GetMemoryLimitInBytes() override { in GetMemoryLimitInBytes() function in tensorflow::functor::CudnnBatchNormAllocatorInOutput
Dmatmul_op_impl.h295 int64 GetMemoryLimitInBytes() override { return -1; }
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc2711 ? std::max(scratch_allocator->GetMemoryLimitInBytes(), int64{0}) in GetCudnnConvolutionForwardAlgorithm()
2773 ? std::max(scratch_allocator->GetMemoryLimitInBytes(), int64{0}) in GetCudnnConvolutionBackwardDataAlgorithm()
2834 ? std::max(scratch_allocator->GetMemoryLimitInBytes(), int64{0}) in GetCudnnConvolutionBackwardFilterAlgorithm()