Home
last modified time | relevance | path

Searched refs:RedzoneAllocator (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc31 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus;
61 RedzoneAllocator allocator( in TEST()
63 /*memory_limit=*/RedzoneAllocator::kDefaultMemoryLimit, in TEST()
135 RedzoneAllocator allocator( in TEST()
137 /*memory_limit=*/RedzoneAllocator::kDefaultMemoryLimit, in TEST()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc46 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus;
48 RedzoneAllocator::RedzoneAllocator(Stream* stream, in RedzoneAllocator() function in stream_executor::RedzoneAllocator
63 port::StatusOr<DeviceMemory<uint8>> RedzoneAllocator::AllocateBytes( in AllocateBytes()
302 port::StatusOr<RedzoneCheckStatus> RedzoneAllocator::CheckRedzones() const { in CheckRedzones()
Dredzone_allocator.h40 class RedzoneAllocator : public ScratchAllocator {
46 RedzoneAllocator(Stream* stream, DeviceMemoryAllocator* memory_allocator,
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h33 class RedzoneAllocator; variable
53 se::DeviceMemoryBase WrapRedzoneBestEffort(se::RedzoneAllocator* rz_allocator,
59 void CheckRedzones(const se::RedzoneAllocator& rz_allocator,
Dgpu_utils.cc40 se::DeviceMemoryBase WrapRedzoneBestEffort(se::RedzoneAllocator* rz_allocator, in WrapRedzoneBestEffort()
59 void CheckRedzones(const se::RedzoneAllocator& rz_allocator, in CheckRedzones()
64 se::port::StatusOr<se::RedzoneAllocator::RedzoneCheckStatus> rz_status = in CheckRedzones()
Dconv_grad_input_ops.cc396 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
412 se::RedzoneAllocator rz_scratch_allocator( in operator ()()
Dconv_ops_3d.cc512 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in launch()
532 se::RedzoneAllocator rz_scratch_allocator( in launch()
Dconv_ops_fused_impl.h388 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter,
396 se::RedzoneAllocator rz_scratch_allocator(
Dconv_grad_filter_ops.cc990 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
1006 se::RedzoneAllocator rz_scratch_allocator( in operator ()()
Dconv_ops.cc1008 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in operator ()()
1017 se::RedzoneAllocator rz_scratch_allocator( in operator ()()
Dconv_grad_ops_3d.cc1430 se::RedzoneAllocator rz_allocator(stream, &tf_allocator_adapter, in Compute()
1446 se::RedzoneAllocator rz_scratch_allocator( in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc70 se::RedzoneAllocator input_output_allocator( in DoUncachedGemmAutotune()
161 se::RedzoneAllocator::RedzoneCheckStatus rz_check_status, in DoUncachedGemmAutotune()
Dgpu_conv_algorithm_picker.cc219 StatusOr<bool> CheckRedzones(const se::RedzoneAllocator& allocator, in CheckRedzones()
225 using RedzoneCheckStatus = se::RedzoneAllocator::RedzoneCheckStatus; in CheckRedzones()
403 se::RedzoneAllocator input_output_allocator( in PickBestAlgorithmNoCacheCuda()
463 se::RedzoneAllocator scratch_allocator( in PickBestAlgorithmNoCacheCuda()