Home
last modified time | relevance | path

Searched defs:device_allocator (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h77 DeviceMemoryAllocator* device_allocator() const { return device_allocator_; } in device_allocator() function
78 void set_device_allocator(DeviceMemoryAllocator* device_allocator) { in set_device_allocator()
Dllvm_compiler.cc27 DeviceMemoryAllocator* device_allocator) { in Compile()
Dservice.cc342 DeviceMemoryAllocator* device_allocator) { in BuildExecutables()
403 se::StreamExecutor* executor, DeviceMemoryAllocator* device_allocator) { in BuildExecutable()
454 DeviceMemoryAllocator* device_allocator) { in BuildAndCacheExecutable()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc29 DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator() function in xla::ExecutableBuildOptions
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc133 DeviceMemoryAllocator* device_allocator) { in OptimizeHloModule()
471 DeviceMemoryAllocator* device_allocator) { in RunHloPasses()
482 DeviceMemoryAllocator* device_allocator) { in RunBackend()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h268 xla::DeviceMemoryAllocator* device_allocator = nullptr; member