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

Function execute_async_v3

python/src/infer/pyCore.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool execute_async_v3(IExecutionContext& self, size_t streamHandle)
127{
128 return self.enqueueV3(reinterpret_cast<cudaStream_t>(streamHandle));
129}
130
131bool set_tensor_address(IExecutionContext& self, char const* tensor_name, size_t memory)
132{

Callers

nothing calls this directly

Calls 1

enqueueV3Method · 0.80

Tested by

no test coverage detected