Skip to main content

tl_free_optimization_result

Function tl_free_optimization_result 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tl_free_optimization_result( result: *mut TLOptimizationResult, )
Expand description

Free an optimization result

ยงSafety

The caller must ensure that the pointer was allocated by tl_optimize_graph and is not used after freeing.