Home
last modified time | relevance | path

Searched refs:DeviceMemoryAllocator (Results 1 – 25 of 50) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h78 DeviceMemoryAllocator* device_allocator() const { return device_allocator_; } in device_allocator()
79 void set_device_allocator(DeviceMemoryAllocator* device_allocator) { in set_device_allocator()
101 DeviceMemoryAllocator* device_allocator_ = nullptr;
150 DeviceMemoryAllocator* device_allocator) = 0;
157 DeviceMemoryAllocator* device_allocator) = 0;
171 DeviceMemoryAllocator* device_allocator) = 0;
179 DeviceMemoryAllocator* device_allocator) = 0;
192 DeviceMemoryAllocator* device_allocator) = 0;
Ddevice_memory_allocator.h33 class DeviceMemoryAllocator {
37 explicit DeviceMemoryAllocator(const se::Platform* platform) in DeviceMemoryAllocator() function
39 virtual ~DeviceMemoryAllocator() {} in ~DeviceMemoryAllocator()
79 class StreamExecutorMemoryAllocator : public DeviceMemoryAllocator {
89 using DeviceMemoryAllocator::Allocate;
Downing_device_memory.h27 class DeviceMemoryAllocator; variable
47 DeviceMemoryAllocator* allocator) in OwningDeviceMemory()
88 DeviceMemoryAllocator* allocator() const { return allocator_; } in allocator()
126 DeviceMemoryAllocator* allocator_; // Null if this object is inactive.
Dshaped_buffer.h138 DeviceMemoryAllocator* allocator,
144 DeviceMemoryAllocator* allocator);
157 DeviceMemoryAllocator* memory_allocator() const { return allocator_; } in memory_allocator()
187 DeviceMemoryAllocator* allocator_;
Dllvm_compiler.h75 DeviceMemoryAllocator* device_allocator) override;
80 DeviceMemoryAllocator* device_allocator) override;
85 DeviceMemoryAllocator* device_allocator) override;
Dllvm_compiler.cc27 DeviceMemoryAllocator* device_allocator) { in RunHloPassesOnModuleGroup()
36 DeviceMemoryAllocator* device_allocator) { in RunBackendOnModuleGroup()
44 DeviceMemoryAllocator* device_allocator) { in Compile()
Dshaped_buffer_test.cc46 class TestAllocator : public DeviceMemoryAllocator {
49 : DeviceMemoryAllocator(PlatformUtil::GetDefaultPlatform().ValueOrDie()) { in TestAllocator()
59 using DeviceMemoryAllocator::Allocate;
Dshaped_buffer.cc108 DeviceMemoryAllocator* allocator, in ScopedShapedBuffer()
115 DeviceMemoryAllocator* allocator) in ScopedShapedBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h48 DeviceMemoryAllocator* device_allocator) override;
52 DeviceMemoryAllocator* device_allocator) override;
56 DeviceMemoryAllocator* device_allocator) override;
60 DeviceMemoryAllocator* device_allocator) override;
65 DeviceMemoryAllocator* device_allocator) override;
Dcompiler.cc99 DeviceMemoryAllocator* /*device_allocator*/) { in RunHloPasses() argument
108 DeviceMemoryAllocator* device_allocator) { in RunHloPassesOnModuleGroup()
114 DeviceMemoryAllocator* /*device_allocator*/) { in RunBackend() argument
140 DeviceMemoryAllocator* device_allocator) { in RunBackendOnModuleGroup()
148 DeviceMemoryAllocator* device_allocator) { in Compile()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h49 xla::DeviceMemoryAllocator* allocator);
72 xla::DeviceMemoryAllocator* allocator_;
196 XRTTupleAllocation(int device_ordinal, xla::DeviceMemoryAllocator* allocator,
203 xla::DeviceMemoryAllocator* allocator,
213 xla::DeviceMemoryAllocator* allocator, xla::Shape* host_shape,
218 xla::DeviceMemoryAllocator* allocator_;
/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.h34 class DeviceMemoryAllocator; variable
42 ExecutableRunOptions& set_allocator(DeviceMemoryAllocator* allocator);
43 DeviceMemoryAllocator* allocator() const;
84 DeviceMemoryAllocator* allocator_ = nullptr;
Dexecutable_run_options.cc29 DeviceMemoryAllocator* allocator) { in set_allocator()
34 DeviceMemoryAllocator* ExecutableRunOptions::allocator() const { in allocator()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h53 DeviceMemoryAllocator* memory_allocator);
65 DeviceMemoryAllocator* memory_allocator() const { return memory_allocator_; } in memory_allocator()
87 DeviceMemoryAllocator* memory_allocator, in BufferAllocations()
107 DeviceMemoryAllocator* memory_allocator_;
Dbuffer_comparator.h38 DeviceMemoryAllocator* allocator, se::Stream* stream);
52 F16BufferComparator(se::Stream* stream, DeviceMemoryAllocator* allocator, in F16BufferComparator()
63 DeviceMemoryAllocator* allocator_;
Dcusolver_rewriter.h33 DeviceMemoryAllocator* allocator);
42 DeviceMemoryAllocator* allocator_; // may be null
Dcudnn_conv_algorithm_picker.h41 DeviceMemoryAllocator* allocator, Compiler* compiler) in CudnnConvAlgorithmPicker()
57 DeviceMemoryAllocator* allocator_; // may be null
Dscratch_allocator.h32 ScratchAllocator(int device_ordinal, DeviceMemoryAllocator* memory_allocator) in ScratchAllocator()
53 DeviceMemoryAllocator* memory_allocator_;
Dfft_thunk.h41 DeviceMemoryAllocator* memory_allocator);
52 DeviceMemoryAllocator* memory_allocator_;
Dnvptx_compiler.h55 DeviceMemoryAllocator* device_allocator) override;
59 DeviceMemoryAllocator* device_allocator) override;
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h63 DeviceMemoryAllocator* allocator);
64 DeviceMemoryAllocator* device_allocator() const;
80 DeviceMemoryAllocator* device_allocator_ = nullptr;
Dexecutable_build_options.cc25 DeviceMemoryAllocator* allocator) { in set_device_allocator()
30 DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h43 xla::DeviceMemoryAllocator* device_allocator) in XlaPlatformInfo()
58 xla::DeviceMemoryAllocator* allocator() const { in allocator()
89 xla::DeviceMemoryAllocator* device_allocator_;
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h111 class XlaAllocator : public xla::DeviceMemoryAllocator {
145 xla::DeviceMemoryAllocator* xla_allocator,
189 xla::DeviceMemoryAllocator* xla_allocator_;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h138 DeviceMemoryAllocator* device_allocator) override;
142 DeviceMemoryAllocator* device_allocator) override;

12