Tanmay Verma

Results 4 issues of Tanmay Verma

**Is your feature request related to a problem? Please describe.** Currently, the auto-complete function does nothing if model config provides even a single output and input. See here: https://github.com/triton-inference-server/onnxruntime_backend/blob/main/src/onnxruntime.cc#L652-L680. The...

### This test is currently failing with leaked objects ``` if tensor_objects: print("Tensor objects") print(len(tensor_objects)) print(type(tensor_objects[-1].memory_buffer.owner)) print(Counter(new_objects)) > assert len(tensor_objects) == 0, "Leaked Objects" E AssertionError: Leaked Objects E assert...