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

Function getBindingDimensions

samples/common/sampleInference.cpp:1527–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525
1526template <typename ContextType>
1527Dims getBindingDimensions(ContextType const& /*context*/, int32_t /*binding*/)
1528{
1529 ASSERT(0 && "Unimplemented");
1530}
1531
1532template <>
1533Dims getBindingDimensions(nvinfer1::IExecutionContext const& context, int32_t binding)

Callers 1

dumpRawBindingToFilesMethod · 0.85

Calls 1

getBindingDimensionsMethod · 0.45

Tested by

no test coverage detected