onnxruntime_backend
onnxruntime_backend copied to clipboard
Don't always calculate all outputs.
trafficstars
Determine what outputs are needed by the requests in the batch and only calculate those (TF backend contains a representative implementation).