File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
httomo_backends/methods_database/packages/backends/httomolibgpu Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 9797 memory_gpu :
9898 multiplier : None
9999 method : module
100+ paganin_filter_savu_legacy :
101+ pattern : projection
102+ output_dims_change : False
103+ implementation : gpu_cupy
104+ save_result_default : False
105+ padding : False
106+ memory_gpu :
107+ multiplier : None
108+ method : module
100109 alignment :
101110 distortion_correction_proj_discorpy :
102111 pattern : projection
Original file line number Diff line number Diff line change 2727
2828__all__ = [
2929 "_calc_memory_bytes_paganin_filter" ,
30+ "_calc_memory_bytes_paganin_filter_savu_legacy" ,
3031]
3132
3233
34+ def _calc_memory_bytes_paganin_filter_savu_legacy (
35+ non_slice_dims_shape : Tuple [int , int ],
36+ dtype : np .dtype ,
37+ ** kwargs ,
38+ ) -> Tuple [int , int ]:
39+ return _calc_memory_bytes_paganin_filter (non_slice_dims_shape , dtype , ** kwargs )
40+
41+
3342def _calc_memory_bytes_paganin_filter (
3443 non_slice_dims_shape : Tuple [int , int ],
3544 dtype : np .dtype ,
You can’t perform that action at this time.
0 commit comments