mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-29 11:14:56 +08:00
committed by
Adam Paszke
parent
ee882eae8e
commit
8f97cbcf4e
@ -19,6 +19,7 @@ SKIP_PYTHON_BINDINGS = [
|
||||
'.*_backward', '.*_backward_(out|input|weight|bias)', '.*_forward',
|
||||
'.*_forward_out', 'sparse_raw_resize_', '_unsafe_view', 'tensor',
|
||||
'sparse_coo_tensor', '_arange.*', '_range.*', '_linspace.*', '_logspace.*',
|
||||
'index',
|
||||
'_indexCopy_', 'max_values', 'min_values', 'argmax', 'argmin',
|
||||
'_cumsum.*', '_cumprod.*', '_sum.*', '_prod.*', '_th_sum.*', '_th_prod.*',
|
||||
'arange.*', 'range.*', '_gesv.*',
|
||||
|
||||
Reference in New Issue
Block a user