Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h42 std::unique_ptr<XlaAllocator> xla_allocator, in XlaPlatformInfo() argument
47 xla_allocator_(std::move(xla_allocator)), in XlaPlatformInfo()
Dxla_ops.cc64 std::unique_ptr<XlaAllocator> xla_allocator; in PlatformInfoFromContext() local
96 xla_allocator = absl::make_unique<XlaAllocator>( in PlatformInfoFromContext()
101 std::move(xla_allocator), device_allocator); in PlatformInfoFromContext()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h145 xla::DeviceMemoryAllocator* xla_allocator,
Dxla_launch_util.cc195 xla::LocalClient* client, xla::DeviceMemoryAllocator* xla_allocator, in XlaComputationLaunchContext() argument
198 xla_allocator_(xla_allocator), in XlaComputationLaunchContext()