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

Method wait

samples/common/sampleInference.cpp:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 }
786
787 void wait(TrtCudaEvent& gpuStart)
788 {
789 getStream(StreamType::kINPUT).wait(gpuStart);
790 }
791
792 void setInputData(bool sync)
793 {

Callers 1

inferenceExecutionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected