Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h86 se::DeviceMemoryAllocator* device_allocator() const { in device_allocator() function
89 void set_device_allocator(se::DeviceMemoryAllocator* device_allocator) { in set_device_allocator()
169 se::DeviceMemoryAllocator* device_allocator = nullptr; member
187 se::DeviceMemoryAllocator* device_allocator) { in RunHloPasses()
216 se::DeviceMemoryAllocator* device_allocator) { in RunBackend()
234 se::DeviceMemoryAllocator* device_allocator) { in Compile()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.h35 se::DeviceMemoryAllocator* device_allocator) in XlaPlatformInfo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc46 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
52 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Damdgpu_compiler.cc75 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
Dnvptx_compiler.cc109 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
162 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
Dgpu_compiler.cc151 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloModule()
404 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc31 se::DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator() function in xla::ExecutableBuildOptions
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h195 se::DeviceMemoryAllocator* device_allocator = nullptr; member
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc434 std::pair<int, Allocator*> device_allocator = in CreateTRTNode() local