pub unsafe extern "C" fn tract_runnable_property(
model: *const TractRunnable,
name: *const i8,
tensor: *mut *mut TractTensor,
) -> TRACT_RESULTExpand description
Query a property tensor in a runnable model.
pub unsafe extern "C" fn tract_runnable_property(
model: *const TractRunnable,
name: *const i8,
tensor: *mut *mut TractTensor,
) -> TRACT_RESULTQuery a property tensor in a runnable model.