ml__start_inference

Function ml__start_inference 

Source
pub unsafe extern "C" fn ml__start_inference(
    num_features: u32,
    num_actions: u32,
    snapshot_data_ptr: *const u8,
    snapshot_data_len: u32,
    snapshot_format: u32,
    __ark_ffi_output: *mut InferenceHandle,
) -> ErrorCode