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

Method getBindingComponentsPerElement

include/NvInferRuntime.h:1940–1943  ·  view source on GitHub ↗

\brief Return the number of components included in one element. The number of elements in the vectors is returned if getBindingVectorizedDim() != -1. \param bindingIndex The binding Index. \deprecated Deprecated in TensorRT 8.5. Superseded by getTensorComponentsPerElement(). \see getBindingVectorizedDim()

Source from the content-addressed store, hash-verified

1938 //! \see getBindingVectorizedDim()
1939 //!
1940 TRT_DEPRECATED int32_t getBindingComponentsPerElement(int32_t bindingIndex) const noexcept
1941 {
1942 return mImpl->getBindingComponentsPerElement(bindingIndex);
1943 }
1944
1945 //!
1946 //! \brief Return the number of components included in one element, or -1 if the provided name does not map to an

Callers 3

getTensorInfoMethod · 0.80
IExecutionContext>Method · 0.80
BufferManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected