Home
last modified time | relevance | path

Searched refs:MultiDeviceAdapter (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h67 class MultiDeviceAdapter : public DeviceMemoryAllocator {
71 MultiDeviceAdapter(const Platform *platform, in MultiDeviceAdapter() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc90 StatusOr<std::unique_ptr<se::MultiDeviceAdapter>> CreateBFCAllocator( in CreateBFCAllocator()
96 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateBFCAllocator()
140 return absl::make_unique<se::MultiDeviceAdapter>(platform, in CreateBFCAllocator()