Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_propagation.cc40 int64_t memory_space = indexed_shape.shape.layout().memory_space(); in Run() local
50 int64_t memory_space = indexed_shape.shape.layout().memory_space(); in Run() local
Dmemory_space_assignment.h61 int64_t memory_space) { in assignment_information_for_space()
480 Allocation(HloPosition defining_position, MemorySpace memory_space, in Allocation()
529 MemorySpace memory_space() const { return memory_space_; } in memory_space() function
1196 MemorySpaceAssignment::MemorySpace memory_space; member
Dmemory_space_assignment.cc1884 MemorySpaceAssignment::MemorySpace memory_space, int64_t time, in AddRequiredAssignment()
1909 MemorySpace memory_space, AliasedOffset* offset) { in AddRequiredAssignment()
1931 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
1955 MemorySpace memory_space = MemorySpace::kDefault; in AddInputAndOutputRequiredAssignments() local
2344 MemorySpace memory_space, absl::optional<Chunk> chunk, int64_t start_time, in AddAsyncCopy()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_interface.h47 CreateTemporaryDeviceMemory(int64_t memory_space, int64_t byte_offset, in CreateTemporaryDeviceMemory()
Dtpu_executor.h175 CreateTemporaryDeviceMemory(int64_t memory_space, int64_t byte_offset, in CreateTemporaryDeviceMemory()
Dc_api_conversions.cc93 TF_Status* se_status) { in ToC()
Dtpu_executor.cc195 DeviceMemoryBase TpuExecutor::Allocate(uint64 size, int64_t memory_space) { in Allocate()
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h83 int64_t memory_space) override { in Allocate()
Dtf_allocator_adapter.cc40 int64_t memory_space) { in Allocate()
Dstream_executor_pimpl.h850 int64_t memory_space) { in AllocateArray()
Dstream_executor_pimpl.cc494 DeviceMemoryBase StreamExecutor::Allocate(uint64 size, int64_t memory_space) { in Allocate()
910 int64_t 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_t memory_space) { in Allocate()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout.h214 int64 memory_space() const { return memory_space_; } in memory_space() function
Dlayout_util.cc60 int64_t element_size_in_bits, int64_t memory_space) { in MakeLayout()
Dxla_data.proto178 int64 memory_space = 8; field
Dshape_util.cc125 int64_t element_size_in_bits, int64_t memory_space) { in MakeShapeWithLayoutInternal()
314 int64_t element_size_in_bits, int64_t memory_space) { in MakeShapeWithLayout()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc47 int64_t memory_space) { in Allocate()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_roots_to_loops.cc191 auto memory_space = in isOnGpu() local
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc69 DeviceMemoryBase HostExecutor::Allocate(uint64 size, int64_t memory_space) { in Allocate()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test_util.cc24 int64_t memory_space, SP_DeviceMemoryBase* const mem) {} in Allocate()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc106 int64_t memory_space) override { in Allocate()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc514 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64_t memory_space) { in Allocate()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc421 DeviceMemoryBase GpuExecutor::Allocate(uint64 size, int64 memory_space) { in Allocate()

12