Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory_allocator.h178 bool retry_on_failure,
194 bool retry_on_failure) { in Allocate() argument
195 return Allocate(device_ordinal, size, retry_on_failure, in Allocate()
202 int device_ordinal, uint64 size, bool retry_on_failure = true,
204 return Allocate(device_ordinal, size, retry_on_failure, memory_space);
245 bool retry_on_failure,
Dtf_allocator_adapter.cc39 int device_ordinal, uint64 size, bool retry_on_failure, in Allocate() argument
43 attrs.retry_on_failure = retry_on_failure; in Allocate()
Dtf_allocator_adapter.h43 bool retry_on_failure,
82 bool retry_on_failure, in Allocate() argument
86 device_ordinal, size, retry_on_failure, memory_space); in Allocate()
Dstream_executor_pimpl.cc898 int device_ordinal, uint64 size, bool retry_on_failure, in Allocate() argument
/external/tensorflow/tensorflow/core/framework/
Dallocator.h42 AllocationAttributes(bool retry_on_failure, bool allocation_will_be_logged, in AllocationAttributes()
44 : retry_on_failure(retry_on_failure), in AllocationAttributes()
54 bool retry_on_failure = true; member
Dop_kernel.cc713 /*retry_on_failure=*/allocation_attr.retry_on_failure, in allocate_tensor()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc46 bool retry_on_failure, in Allocate() argument
55 device_ordinal, size, retry_on_failure, memory_space); in Allocate()
Dlocal_client_test_base.h54 bool retry_on_failure,
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator.cc77 attributes.retry_on_failure = false; in allocate()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h104 bool retry_on_failure, int64_t memory_space,
Dc_api_conversions.cc91 bool retry_on_failure, int64_t memory_space, in ToC()
96 ->Allocate(device_ordinal, size, retry_on_failure, memory_space); in ToC()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h71 allocation_attr.retry_on_failure = false; in AllocateBytes()
Dfft_ops.cc375 allocation_attr.retry_on_failure = false; in AllocateBytes()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc256 if (!allocation_attr.retry_on_failure) { in AllocateRaw()