Added a PR to address this https://github.com/oddity-ai/async-tensorrt/pull/12 This allows you to call something like ``` context.bind("input", input_u8); context.bind("output", output_f32); context.infer_prebound(stream); ```
Added a PR to address this #12
This allows you to call something like