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

Method getBindingDataType

include/NvInferRuntime.h:1682–1685  ·  view source on GitHub ↗

\brief Determine the required data type for a buffer from its binding index. \param bindingIndex The binding index. \return The type of the data in the buffer. \deprecated Deprecated in TensorRT 8.5. Superseded by getTensorDataType(). \see getTensorDataType()

Source from the content-addressed store, hash-verified

1680 //! \see getTensorDataType()
1681 //!
1682 TRT_DEPRECATED DataType getBindingDataType(int32_t bindingIndex) const noexcept
1683 {
1684 return mImpl->getBindingDataType(bindingIndex);
1685 }
1686
1687 //!
1688 //! \brief Determine the required data type for a buffer from its tensor name.

Callers 5

engine_get_binding_dtypeFunction · 0.80
getTensorInfoMethod · 0.80
BufferManagerMethod · 0.80
getInputOutputNamesMethod · 0.80
inferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected