Skip to main content

tract_runtime_name

Function tract_runtime_name 

Source
pub unsafe extern "C" fn tract_runtime_name(
    runtime: *const TractRuntime,
    name: *mut *mut c_char,
) -> TRACT_RESULT
Expand description

Query the name of a Runtime.

The returned name must be freed by the caller using tract_free_cstring.