Home
last modified time | relevance | path

Searched refs:device_allocator (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h78 DeviceMemoryAllocator* device_allocator() const { return device_allocator_; } in device_allocator() function
79 void set_device_allocator(DeviceMemoryAllocator* device_allocator) { in set_device_allocator() argument
80 device_allocator_ = device_allocator; in set_device_allocator()
150 DeviceMemoryAllocator* device_allocator) = 0;
157 DeviceMemoryAllocator* device_allocator) = 0;
171 DeviceMemoryAllocator* device_allocator) = 0;
179 DeviceMemoryAllocator* device_allocator) = 0;
192 DeviceMemoryAllocator* device_allocator) = 0;
Dllvm_compiler.cc27 DeviceMemoryAllocator* device_allocator) { in RunHloPassesOnModuleGroup() argument
36 DeviceMemoryAllocator* device_allocator) { in RunBackendOnModuleGroup() argument
44 DeviceMemoryAllocator* device_allocator) { in Compile() argument
68 device_allocator)); in Compile()
71 device_allocator)); in Compile()
Dllvm_compiler.h75 DeviceMemoryAllocator* device_allocator) override;
80 DeviceMemoryAllocator* device_allocator) override;
85 DeviceMemoryAllocator* device_allocator) override;
Dservice.h237 DeviceMemoryAllocator* device_allocator = nullptr);
245 DeviceMemoryAllocator* device_allocator);
Dservice.cc350 DeviceMemoryAllocator* device_allocator) { in BuildExecutables() argument
380 std::move(executors), device_allocator)); in BuildExecutables()
786 se::StreamExecutor* executor, DeviceMemoryAllocator* device_allocator) { in BuildExecutable() argument
797 device_allocator)); in BuildExecutable()
801 std::move(module), executor, device_allocator)); in BuildExecutable()
Dlocal_service.cc180 build_options.device_allocator()); in CompileExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h48 DeviceMemoryAllocator* device_allocator) override;
52 DeviceMemoryAllocator* device_allocator) override;
56 DeviceMemoryAllocator* device_allocator) override;
60 DeviceMemoryAllocator* device_allocator) override;
65 DeviceMemoryAllocator* device_allocator) override;
Dcompiler.cc108 DeviceMemoryAllocator* device_allocator) { in RunHloPassesOnModuleGroup() argument
140 DeviceMemoryAllocator* device_allocator) { in RunBackendOnModuleGroup() argument
148 DeviceMemoryAllocator* device_allocator) { in Compile() argument
163 device_allocator)); in Compile()
166 RunBackend(std::move(module), stream_exec[0][0], device_allocator)); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h55 DeviceMemoryAllocator* device_allocator) override;
59 DeviceMemoryAllocator* device_allocator) override;
Dnvptx_compiler.cc180 DeviceMemoryAllocator* device_allocator, in OptimizeHloModule() argument
273 pipeline.AddPass<CusolverRewriter>(stream_exec, device_allocator); in OptimizeHloModule()
344 pipeline.AddPass<CudnnConvAlgorithmPicker>(stream_exec, device_allocator, in OptimizeHloModule()
620 DeviceMemoryAllocator* device_allocator) { in RunHloPasses() argument
626 OptimizeHloModule(module.get(), stream_exec, device_allocator, this)); in RunHloPasses()
635 DeviceMemoryAllocator* device_allocator) { in RunBackend() argument
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h43 xla::DeviceMemoryAllocator* device_allocator) in XlaPlatformInfo() argument
48 device_allocator_(device_allocator) { in XlaPlatformInfo()
Dxla_ops.cc65 xla::DeviceMemoryAllocator* device_allocator = nullptr; in PlatformInfoFromContext() local
87 device_allocator = in PlatformInfoFromContext()
91 if (!device_allocator) { in PlatformInfoFromContext()
101 std::move(xla_allocator), device_allocator); in PlatformInfoFromContext()
293 options.device_allocator = platform_info.allocator(); in CompileToLocalExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h138 DeviceMemoryAllocator* device_allocator) override;
142 DeviceMemoryAllocator* device_allocator) override;
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h64 DeviceMemoryAllocator* device_allocator() const;
Dexecutable_build_options.cc30 DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator() function in xla::ExecutableBuildOptions
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h327 xla::DeviceMemoryAllocator* device_allocator = nullptr; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc156 build_options.set_device_allocator(options.device_allocator); in BuildExecutable()