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

Method EnqueueExplicit

samples/common/sampleInference.cpp:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549public:
550 explicit EnqueueExplicit(nvinfer1::IExecutionContext& context, Bindings const& bindings)
551 : Enqueue(context)
552 , mBindings(bindings)
553 {
554 ASSERT(mBindings.setTensorAddresses(mContext));
555 }
556
557 bool operator()(TrtCudaStream& stream) const
558 {

Callers

nothing calls this directly

Calls 1

setTensorAddressesMethod · 0.80

Tested by

no test coverage detected