MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / execute_async

Function execute_async

samples/python/common.py:253–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251# inputs and outputs are expected to be lists of HostDeviceMem objects.
252def do_inference(context, bindings, inputs, outputs, stream, batch_size=1):
253 def execute_async():
254 context.execute_async(batch_size=batch_size, bindings=bindings, stream_handle=stream)
255 return _do_inference_base(inputs, outputs, stream, execute_async)
256
257

Callers 1

_do_inference_baseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected