Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompiler.h107 se::DeviceMemoryAllocator* device_allocator() const { in device_allocator() function
110 void set_device_allocator(se::DeviceMemoryAllocator* device_allocator) { in set_device_allocator()
230 se::DeviceMemoryAllocator* device_allocator = nullptr; member
248 se::DeviceMemoryAllocator* device_allocator) { in RunHloPasses()
275 se::DeviceMemoryAllocator* device_allocator) { in RunBackend()
300 se::DeviceMemoryAllocator* device_allocator) { in Compile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Damdgpu_compiler.cc78 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
110 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
H A Dnvptx_compiler.cc73 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
121 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
H A Dgpu_compiler.cc338 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloModule()
724 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc48 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloConvolutionCanonicalization()
54 se::DeviceMemoryAllocator* device_allocator) { in OptimizeHloPostLayoutAssignment()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_platform_info.h35 std::shared_ptr<se::DeviceMemoryAllocator> device_allocator) in XlaPlatformInfo()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_process_state.h108 Allocator* device_allocator; member
H A Dpluggable_device_process_state.cc119 Allocator* device_allocator = nullptr; in GetPluggableDeviceAllocator() local
H A Dpluggable_device_factory.cc249 Allocator* device_allocator = process_state->GetPluggableDeviceAllocator( in CreatePluggableDevice() local
H A Dpluggable_device.cc143 const std::string& physical_device_desc, Allocator* device_allocator, in PluggableDevice()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.cc31 se::DeviceMemoryAllocator* ExecutableBuildOptions::device_allocator() const { in device_allocator() function in xla::ExecutableBuildOptions
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebraLib.cpp739 auto& device_allocator = *at::cuda::getCUDADeviceAllocator(); in apply_cholesky_cusolver_potrf_looped() local
1014 auto& device_allocator = *at::cuda::getCUDADeviceAllocator(); in apply_geqrf() local
1264 auto& device_allocator = *at::cuda::getCUDADeviceAllocator(); in apply_syevd() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.h194 std::shared_ptr<se::DeviceMemoryAllocator> device_allocator; member
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMallocAsyncAllocator.cpp895 CudaMallocAsyncAllocator device_allocator; variable
H A DCUDACachingAllocator.cpp3183 std::vector<std::unique_ptr<DeviceCachingAllocator>> device_allocator; member in c10::cuda::CUDACachingAllocator::Native::NativeCachingAllocator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc697 std::pair<int, Allocator*> device_allocator = in CreateStaticEngine() local