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

Method getOutputBindings

samples/common/sampleInference.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 std::unordered_map<std::string, int> getOutputBindings() const
225 {
226 auto isOutput = [](Binding const& b) { return !b.isInput; };
227 return getBindings(isOutput);
228 }
229
230 std::unordered_map<std::string, int> getBindings() const
231 {

Callers 1

exportJSONOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected