void UncompileNet_bn ( net_bn*  net )

Frees the resources (e.g., memory) used by a compiled net.

Doesn't change the elimination ordering.

Calling UncompileNet_bn when the net is not compiled has no effect.

SizeCompiledNet_bn can be used to determine how much memory will be freed.

Version:

Versions 2.09 and later have this function.

See also:

CompileNet_bn  (reverse operation)
SizeCompiledNet_bn  To determine how much memory will be freed
DeleteNet_bn  Discard the whole thing