Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_propagation.cc35 int64 memory_space = indexed_shape.shape.layout().memory_space(); in Run() local
45 int64 memory_space = indexed_shape.shape.layout().memory_space(); in Run() local
Dmemory_space_assignment.h47 AssignmentInformation* assignment_information_for_space(int64 memory_space) { in assignment_information_for_space()
524 Allocation(HloPosition defining_position, MemorySpace memory_space, in Allocation()
554 MemorySpace memory_space() const { return memory_space_; } in memory_space() function
1055 MemorySpaceAssignment::MemorySpace memory_space; member
Dmemory_space_assignment.cc1687 MemorySpaceAssignment::MemorySpace memory_space, int64 time, in AddRequiredAssignment()
1712 MemorySpace memory_space, AliasedOffset* offset) { in AddRequiredAssignment()
1734 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
1758 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
2113 MemorySpace memory_space, absl::optional<Chunk> chunk, int64 start_time, in AddAsyncCopy()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_interface.h47 CreateTemporaryDeviceMemory(int64 memory_space, int64 byte_offset, in CreateTemporaryDeviceMemory()
Dtpu_executor.h170 CreateTemporaryDeviceMemory(int64 memory_space, int64 byte_offset, in CreateTemporaryDeviceMemory()
Dtpu_executor.cc195 DeviceMemoryBase TpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
Dc_api_conversions.cc93 TF_Status* se_status) { in ToC()
/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.h811 int64 memory_space) { in AllocateArray()
Dstream_executor_pimpl.cc487 DeviceMemoryBase StreamExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
899 int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_metrics_db_combiner.cc90 uint64 memory_space = src_memory_accessed.memory_space(); in CombineMemoryAccessedBreakdown() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto64 uint64 memory_space = 2; field
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc37 int64 memory_space) { in Allocate()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu_print.c83 const char *memory_space) in gpu_array_info_print_declaration_argument()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout.h213 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.proto178 int64 memory_space = 8; field
Dshape_util.cc123 int64 element_size_in_bits, int64 memory_space) { in MakeShapeWithLayoutInternal()
312 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.cc69 DeviceMemoryBase HostExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc261 DeviceMemoryBase Allocate(uint64 size, int64 memory_space) override { in Allocate()
Dstream_executor_test.cc50 int64_t memory_space, SP_DeviceMemoryBase* const mem) {} in allocate()
346 int64_t memory_space, SP_DeviceMemoryBase* const mem) { in TEST_F()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc517 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc425 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()

12