Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ec0395a8 authored by hhakim's avatar hhakim
Browse files

Handle in pyfaust expressions like F[[1,2,3],] (equiv.to F[[1,2,3],:]) and fix...

Handle in pyfaust expressions like F[[1,2,3],] (equiv.to F[[1,2,3],:]) and fix a bug on fancy indexing-after-transpose operation.

FF.rand(4, 32).T[[1,2,3],].shape
was returning: (32,3) instead of (3,32).
parent af677be6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment