Home
last modified time | relevance | path

Searched refs:device_allocator_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.h39 device_allocator_(device_allocator) {} in XlaPlatformInfo()
49 return device_allocator_; in custom_allocator()
77 se::DeviceMemoryAllocator* device_allocator_; variable
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc27 device_allocator_ = allocator; in set_device_allocator()
32 return device_allocator_; in device_allocator()
Dexecutable_build_options.h146 se::DeviceMemoryAllocator* device_allocator_ = nullptr; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h87 return device_allocator_; in device_allocator()
90 device_allocator_ = device_allocator; in set_device_allocator()
126 se::DeviceMemoryAllocator* device_allocator_ = nullptr;