Home
last modified time | relevance | path

Searched refs:device_allocator (Results 1 – 19 of 19) 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() argument
90 device_allocator_ = device_allocator; in set_device_allocator()
169 se::DeviceMemoryAllocator* device_allocator = nullptr; member
187 se::DeviceMemoryAllocator* device_allocator) { in RunHloPasses() argument
189 CompileOptions{device_allocator}); in RunHloPasses()
216 se::DeviceMemoryAllocator* device_allocator) { in RunBackend() argument
218 CompileOptions{device_allocator}); in RunBackend()
234 se::DeviceMemoryAllocator* device_allocator) { in Compile() argument
236 CompileOptions{device_allocator}); in Compile()
Dllvm_compiler.cc47 options.device_allocator)); in Compile()
50 options.device_allocator)); in Compile()
Dlocal_service.cc167 {build_options.device_allocator(), in CompileExecutables()
184 Compiler::CompileOptions{build_options.device_allocator(), in CompileExecutables()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.h35 se::DeviceMemoryAllocator* device_allocator) in XlaPlatformInfo() argument
39 device_allocator_(device_allocator) {} in XlaPlatformInfo()
Dxla_platform_info.cc145 options.device_allocator = in GenerateCompilerOptions()
Dxla_compilation_cache.cc173 build_options.set_device_allocator(options.device_allocator); in BuildExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h68 se::DeviceMemoryAllocator* device_allocator);
72 se::DeviceMemoryAllocator* device_allocator) = 0;
76 se::DeviceMemoryAllocator* device_allocator);
Dnvptx_compiler.cc109 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization() argument
162 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment() argument
173 hlo_module, stream_exec, device_allocator)); in OptimizeHloPostLayoutAssignment()
178 post_pipeline.AddPass<GemmAlgorithmPicker>(stream_exec, device_allocator); in OptimizeHloPostLayoutAssignment()
Dnvptx_compiler.h43 se::DeviceMemoryAllocator* device_allocator) override;
47 se::DeviceMemoryAllocator* device_allocator) override;
Damdgpu_compiler.h38 se::DeviceMemoryAllocator* device_allocator) override;
Dgpu_compiler.cc151 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloModule() argument
286 hlo_module, stream_exec, device_allocator)); in OptimizeHloModule()
307 device_allocator)); in OptimizeHloModule()
404 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment() argument
478 pipeline.AddPass<GpuConvAlgorithmPicker>(stream_exec, device_allocator); in OptimizeHloPostLayoutAssignment()
498 OptimizeHloModule(module.get(), stream_exec, options.device_allocator)); in RunHloPasses()
Damdgpu_compiler.cc75 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc46 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization() argument
52 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment() argument
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc229 auto allocator = ApiConverter::ToC(options.device_allocator); in RunHloPasses()
258 auto allocator = ApiConverter::ToC(options.device_allocator); in RunBackend()
310 ApiConverter::ToC(options.device_allocator); in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h72 se::DeviceMemoryAllocator* device_allocator() const;
Dexecutable_build_options.cc31 se::DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator() function in xla::ExecutableBuildOptions
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc434 std::pair<int, Allocator*> device_allocator = in CreateTRTNode() local
438 if (device_allocator.first >= 0) { in CreateTRTNode()
439 cuda_device_id = device_allocator.first; in CreateTRTNode()
440 trt_allocator.reset(new TRTDeviceAllocator(device_allocator.second)); in CreateTRTNode()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h195 se::DeviceMemoryAllocator* device_allocator = nullptr; member
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc2123 if (!build_options.device_allocator()) { in Compile()