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