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

Method dumpOutputs

samples/common/sampleInference.h:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184 template <typename ContextType>
185 void dumpOutputs(ContextType const& context, std::ostream& os) const
186 {
187 auto isOutput = [](Binding const& b) { return !b.isInput; };
188 dumpBindings(context, isOutput, os);
189 }
190
191 template <typename ContextType>
192 void dumpBindings(ContextType const& context, std::ostream& os) const

Callers 1

dumpOutputsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected