void UncompileNet_bn ( net_bn*  net )

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

It 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 released.

Version:

Versions 2.09 and later have this function.

See also:

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