Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ reversePermutation
Function
reversePermutation
src/input_parsers/TensorUtils.cpp:165–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
Permutation reversePermutation( unsigned int size )
166
{
167
Permutation result;
168
for ( unsigned int i = size - 1; i-- > 0; )
169
{
170
result.append( i );
171
}
172
return result;
173
}
Callers
1
transpose
Method · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected