MCPcopy 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
165Permutation 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

transposeMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected