Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h37 struct AllocationAttributes { struct
38 AllocationAttributes() = default;
40 AllocationAttributes(bool no_retry_on_failure, bool allocation_will_be_logged, in AllocationAttributes() function
62 TF_DISALLOW_COPY_AND_ASSIGN(AllocationAttributes); argument
143 const AllocationAttributes& allocation_attr) { in AllocateRaw()
252 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.h1022 const AllocationAttributes& allocation_attr);
1026 AllocationAttributes()); in allocate_temp()
1307 AllocationAttributes()); in allocate_tensor()
1312 const AllocationAttributes& allocation_attr);
Dop_kernel.cc250 AllocationAttributes attr; in allocate_temp()
275 AllocationAttributes attr; in allocate_temp()
749 AllocatorAttributes attr, const AllocationAttributes& allocation_attr) { in allocate_tensor()
754 AllocationAttributes(allocation_attr.no_retry_on_failure, in allocate_tensor()
819 const AllocationAttributes& allocation_attr) { in allocate_temp()
Dtensor.cc131 Buffer(Allocator* a, int64 n, const AllocationAttributes& allocation_attr);
472 : BufferBase(a, TypedAllocator::Allocate<T>(a, n, AllocationAttributes())), in Buffer()
477 const AllocationAttributes& allocation_attr) in Buffer()
785 const AllocationAttributes& allocation_attr) in Tensor()
Dtensor.h150 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.cc283 AllocationAttributes allocation_attr; in SameWorkerRecvDone()
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.cc42 tensorflow::AllocationAttributes attrs; 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.cc144 AllocationAttributes empty; in TempChunk()
165 Tensor Scalar(Allocator* a, const AllocationAttributes& attr) const override { in Scalar()
Dbase_collective_executor.h62 const AllocationAttributes& attr) const = 0;
Drendezvous_mgr.cc85 AllocationAttributes aa; in SameWorkerRecvDone()
Dring_reducer.cc132 AllocationAttributes aa; in ContinueAfterInputCopy()
Dbfc_allocator.cc202 const AllocationAttributes& allocation_attr) { in AllocateRawInternalWithRetry()
228 const AllocationAttributes& allocation_attr) { in AllocateRaw()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc355 {tensor_size}, AllocationAttributes())); in ReInit()
360 {tensor_size}, AllocationAttributes())); in ReInit()
366 {tensor_size}, AllocationAttributes())); in ReInit()
375 {tensor_size}, AllocationAttributes())); in ReInit()
Dgpu_device.cc591 AllocationAttributes allocation_attr; in MaybeCopyTensorToGPU()
/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()