Home
last modified time | relevance | path

Searched refs:set_device_allocator (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h70 ExecutableBuildOptions& set_device_allocator(
Dexecutable_build_options.cc25 ExecutableBuildOptions& ExecutableBuildOptions::set_device_allocator( in set_device_allocator() function in xla::ExecutableBuildOptions
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h89 void set_device_allocator(se::DeviceMemoryAllocator* device_allocator) { in set_device_allocator() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc164 build_options.set_device_allocator(device_ref.backend()->memory_allocator()); in Compile()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc173 build_options.set_device_allocator(options.device_allocator); in BuildExecutable()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc2124 build_options.set_device_allocator(allocator()); in Compile()