MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / operator()

Method operator()

samples/common/sampleInference.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 }
624
625 bool operator()(TrtCudaStream& stream) const
626 {
627 return mGraph.launch(stream);
628 }
629
630 TrtCudaGraph& mGraph;
631};

Callers

nothing calls this directly

Calls 1

launchMethod · 0.45

Tested by

no test coverage detected