Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h39 struct AllocationAttributes { struct
102 const AllocationAttributes& allocation_attr) { in AllocateRaw()
119 return Allocate<T>(num_elements, AllocationAttributes()); in Allocate()
124 const AllocationAttributes& allocation_attr) { in Allocate()
305 const AllocationAttributes& allocation_attr) override { in AllocateRaw()
Dtracking_allocator.h60 return AllocateRaw(alignment, num_bytes, AllocationAttributes()); in AllocateRaw()
63 const AllocationAttributes& allocation_attr) override;
Dtracking_allocator.cc34 const AllocationAttributes& allocation_attr) { in AllocateRaw()
Dop_kernel.h969 const AllocationAttributes& allocation_attr);
973 AllocationAttributes()); in allocate_temp()
1243 AllocationAttributes()); in allocate_tensor()
1248 const AllocationAttributes& allocation_attr);
Dop_kernel.cc238 AllocationAttributes attr; in allocate_temp()
704 AllocatorAttributes attr, const AllocationAttributes& allocation_attr) { in allocate_tensor()
706 AllocationAttributes logged_attr(allocation_attr); in allocate_tensor()
745 const AllocationAttributes& allocation_attr) { in allocate_temp()
Dtensor.cc109 Buffer(Allocator* a, int64 n, const AllocationAttributes& allocation_attr);
450 const AllocationAttributes& allocation_attr) in Buffer()
747 const AllocationAttributes& allocation_attr) in Tensor()
Dtensor.h108 const AllocationAttributes& allocation_attr);
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h56 return AllocateRaw(alignment, num_bytes, AllocationAttributes()); in AllocateRaw()
60 const AllocationAttributes& allocation_attr) override;
87 const AllocationAttributes& allocation_attr);
Dscoped_allocator.h102 const AllocationAttributes& allocator_attr) override { in AllocateRaw()
Dbfc_allocator.cc187 const AllocationAttributes& allocation_attr) { in AllocateRawInternalWithRetry()
213 const AllocationAttributes& allocation_attr) { in AllocateRaw()
Dbase_collective_executor.cc142 AllocationAttributes empty; in TempChunk()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.h80 const AllocationAttributes& allocation_attr);
Dtensor_coding.cc72 const AllocationAttributes& allocation_attr) { in InitPartial()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h57 AllocationAttributes allocation_attr; in AllocateBytes()
Dfft_ops.cc325 AllocationAttributes allocation_attr; in AllocateBytes()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc175 AllocationAttributes attrs; in Allocate()