Home
last modified time | relevance | path

Searched defs:memory_space (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h45 AssignmentInformation* assignment_information_for_space(int64 memory_space) { in assignment_information_for_space()
357 MemorySpace memory_space, Chunk chunk, int64 start_time, in Allocation()
393 MemorySpace memory_space() const { return memory_space_; } in memory_space() function
418 CopyAllocation(const Allocation& prev_allocation, MemorySpace memory_space, in CopyAllocation()
573 MemorySpaceAssignment::MemorySpace memory_space; member
Dmemory_space_assignment.cc538 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
562 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
894 MemorySpace memory_space, Chunk chunk, int64 start_time, int64 end_time, in AddAsyncCopy()
Dlayout_assignment.cc1978 int64 memory_space = defining_shape.layout().memory_space(); in PropagateMemorySpace() local
Dhlo_parser.cc3614 tensorflow::int64 memory_space = 0; in ParseLayout() local
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h83 int64 memory_space) override { in Allocate()
Dtf_allocator_adapter.cc40 int64 memory_space) { in Allocate()
Dstream_executor_pimpl.h800 int64 memory_space) { in AllocateArray()
Dstream_executor_pimpl.cc476 DeviceMemoryBase StreamExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
888 int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc37 int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout.h212 int64 memory_space() const { return memory_space_; } in memory_space() function
Dlayout_util.cc60 int64 element_size_in_bits, int64 memory_space) { in MakeLayout()
Dxla_data.proto177 int64 memory_space = 8; field
Dshape_util.cc94 int64 element_size_in_bits, int64 memory_space) { in MakeShapeWithLayoutInternal()
219 int64 element_size_in_bits, int64 memory_space) { in MakeShapeWithLayout()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc47 int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc45 DeviceMemoryBase HostExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc517 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
Dcuda_driver.cc170 string MemorySpaceString(MemorySpace memory_space) { in MemorySpaceString()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc420 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
Drocm_driver.cc133 string MemorySpaceString(MemorySpace memory_space) { in MemorySpaceString()