Skip to main content

tract_dim_dump

Function tract_dim_dump 

Source
pub unsafe extern "C" fn tract_dim_dump(
    dim: *const TractDim,
    spec: *mut *mut c_char,
) -> TRACT_RESULT
Expand description

Write a dim as its specification string.

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