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