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

Method getBindingVectorizedDim

include/NvInferRuntime.h:2109–2112  ·  view source on GitHub ↗

\brief Return the dimension index that the buffer is vectorized, or -1 is the name is not found. Specifically -1 is returned if scalars per vector is 1. \param bindingIndex The binding Index. \deprecated Deprecated in TensorRT 8.5. Superseded by getTensorVectorizedDim(). \see getTensorVectorizedDim()

Source from the content-addressed store, hash-verified

2107 //! \see getTensorVectorizedDim()
2108 //!
2109 TRT_DEPRECATED int32_t getBindingVectorizedDim(int32_t bindingIndex) const noexcept
2110 {
2111 return mImpl->getBindingVectorizedDim(bindingIndex);
2112 }
2113
2114 //!
2115 //! \brief Return the dimension index that the buffer is vectorized, or -1 if the provided name does not

Callers 3

getTensorInfoMethod · 0.80
IExecutionContext>Method · 0.80
BufferManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected