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

Function dumpRawBindingsToFiles

samples/common/sampleReporting.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

dumpFunction · 0.85

Calls 1

dumpRawBindingToFilesMethod · 0.80

Tested by

no test coverage detected