start_inference

Function start_inference 

Source
pub fn start_inference(
    num_features: u32,
    num_actions: u32,
    snapshot_data: &[u8],
    snapshot_format: SnapshotFormat,
) -> FFIResult<InferenceHandle>