Home
last modified time | relevance | path

Searched refs:AllocationAttributes (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h39 struct AllocationAttributes { struct
40 AllocationAttributes() = default;
42 AllocationAttributes(bool retry_on_failure, bool allocation_will_be_logged, in AllocationAttributes() argument
66 TF_DISALLOW_COPY_AND_ASSIGN(AllocationAttributes); argument
202 const AllocationAttributes& allocation_attr) { in AllocateRaw()
311 const AllocationAttributes& allocation_attr) override { in AllocateRaw()
Dtracking_allocator.h59 return AllocateRaw(alignment, num_bytes, AllocationAttributes()); in AllocateRaw()
62 const AllocationAttributes& allocation_attr) override;
Dtyped_allocator.h38 const AllocationAttributes& allocation_attr) { in Allocate()
Dtracking_allocator.cc34 const AllocationAttributes& allocation_attr) { in AllocateRaw()
Dop_kernel.h1013 const AllocationAttributes& allocation_attr);
1017 AllocationAttributes()); in allocate_temp()
1280 AllocationAttributes()); in allocate_tensor()
1285 const AllocationAttributes& allocation_attr);
Dop_kernel.cc263 AllocationAttributes attr; in allocate_temp()
288 AllocationAttributes attr; in allocate_temp()
708 AllocatorAttributes attr, const AllocationAttributes& allocation_attr) { in allocate_tensor()
712 AllocationAttributes( in allocate_tensor()
778 const AllocationAttributes& allocation_attr) { in allocate_temp()
Dtensor.h153 const AllocationAttributes& allocation_attr);
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.h80 const AllocationAttributes& allocation_attr);
Dtensor_coding.cc72 const AllocationAttributes& allocation_attr) { in InitPartial()
Dbase_rendezvous_mgr.cc268 AllocationAttributes allocation_attr; in SameWorkerRecvDone()
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.cc42 tensorflow::AllocationAttributes attrs; in Allocate()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator.cc76 AllocationAttributes attributes; in allocate()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h60 return AllocateRaw(alignment, num_bytes, AllocationAttributes()); in AllocateRaw()
64 const AllocationAttributes& allocation_attr) override;
97 const AllocationAttributes& allocation_attr);
Dscoped_allocator.h105 const AllocationAttributes& allocator_attr) override { in AllocateRaw()
Dbase_collective_executor.h63 const AllocationAttributes& attr) const = 0;
Dbase_collective_executor.cc153 AllocationAttributes empty; in TempChunk()
175 Tensor Scalar(Allocator* a, const AllocationAttributes& attr) const override { in Scalar()
Drendezvous_mgr.cc86 AllocationAttributes aa; in SameWorkerRecvDone()
Dring_reducer.cc131 AllocationAttributes aa; in ContinueAfterInputCopy()
Dbfc_allocator.cc228 const AllocationAttributes& allocation_attr) { in AllocateRawInternalWithRetry()
254 const AllocationAttributes& allocation_attr) { in AllocateRaw()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc210 {tensor_size}, AllocationAttributes())); in ReInit()
215 {tensor_size}, AllocationAttributes())); in ReInit()
221 {tensor_size}, AllocationAttributes())); in ReInit()
230 {tensor_size}, AllocationAttributes())); in ReInit()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.cc117 tensorflow::AllocationAttributes()) in StringTfLiteTensorBuffer()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h70 AllocationAttributes allocation_attr; in AllocateBytes()
Dfft_ops.cc374 AllocationAttributes allocation_attr; in AllocateBytes()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc648 AllocationAttributes allocation_attr; in MaybeCopyTensorToGPU()