| 447 | |
| 448 | template <typename ContextType> |
| 449 | void dumpRawBindingsToFiles(ContextType const& context, Bindings const& bindings, std::ostream& os) |
| 450 | { |
| 451 | bindings.dumpRawBindingToFiles(context, os); |
| 452 | } |
| 453 | |
| 454 | template |
| 455 | void dumpRawBindingsToFiles(nvinfer1::IExecutionContext const& context, Bindings const& bindings, std::ostream& os); |
no test coverage detected