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

Function dumpOutputs

samples/common/sampleReporting.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435
436template <typename ContextType>
437void dumpOutputs(ContextType const& context, Bindings const& bindings, std::ostream& os)
438{
439 os << "Output Tensors:" << std::endl;
440 bindings.dumpOutputs(context, os);
441}
442
443template
444void dumpOutputs(nvinfer1::IExecutionContext const& context, Bindings const& bindings, std::ostream& os);

Callers 1

dumpFunction · 0.85

Calls 1

dumpOutputsMethod · 0.80

Tested by

no test coverage detected