remove index from python bindings (fixes: #7639) (#7690)

This commit is contained in:
Thomas Viehmann
2018-05-19 20:04:07 +02:00
committed by Adam Paszke
parent ee882eae8e
commit 8f97cbcf4e
2 changed files with 1 additions and 11 deletions

View File

@ -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.*',