Home
last modified time | relevance | path

Searched refs:GetMemoryType (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_simple_allocator.h42 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
43 return sub_allocator_->GetMemoryType(); in GetMemoryType()
/external/tensorflow/tensorflow/core/framework/
Dallocator.h230 virtual AllocatorMemoryType GetMemoryType() const { in GetMemoryType() function
285 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
286 return wrapped_->GetMemoryType(); in GetMemoryType()
402 virtual AllocatorMemoryType GetMemoryType() const { in GetMemoryType() function
Dcpu_allocator_impl.cc166 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function in tensorflow::__anonb46ab94d0111::CPUAllocator
208 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function in tensorflow::__anonb46ab94d0111::CPUAllocatorFactory::CPUSubAllocator
209 return cpu_allocator_->GetMemoryType(); in GetMemoryType()
Dtracking_allocator.h71 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
72 return allocator_->GetMemoryType(); in GetMemoryType()
Dtensor.h100 virtual AllocatorMemoryType GetMemoryType() const { in GetMemoryType() function
669 AllocatorMemoryType GetMemoryType() const { return buf_->GetMemoryType(); } in GetMemoryType() function
Dtensor.cc123 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function in tensorflow::__anon2f56f8af0111::BufferBase
124 return alloc_->GetMemoryType(); in GetMemoryType()
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.h103 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
104 return allocator_->GetMemoryType(); in GetMemoryType()
169 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
Dprocess_state.h151 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
152 return a_->GetMemoryType(); in GetMemoryType()
Dbfc_allocator.h102 AllocatorMemoryType GetMemoryType() const override;
Dbfc_allocator.cc1242 AllocatorMemoryType BFCAllocator::GetMemoryType() const { in GetMemoryType() function in tensorflow::BFCAllocator
1243 return sub_allocator_->GetMemoryType(); in GetMemoryType()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.h77 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
78 return base_allocator_->GetMemoryType(); in GetMemoryType()
Dgpu_cudamalloc_allocator.h39 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
Dgpu_cudamallocasync_allocator.h96 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
Dgpu_util.cc260 return tensor->GetMemoryType() == AllocatorMemoryType::kHostPageable; in NeedStaging()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h64 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
Ddevice_mem_allocator.h73 AllocatorMemoryType GetMemoryType() const override { in GetMemoryType() function
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_tracer.cc1472 static CUmemorytype GetMemoryType(CUdeviceptr ptr) { in GetMemoryType() function in tensorflow::profiler::__anon1bba5cd30111::CuptiDriverApiHookWithCudaEvent
1486 CUmemorytype src_type = GetMemoryType(src); in GetMemcpyType()
1487 CUmemorytype dst_type = GetMemoryType(dst); in GetMemcpyType()