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

Method bindingIsInput

include/NvInferRuntime.h:1625–1628  ·  view source on GitHub ↗

\brief Determine whether a binding is an input binding. \param bindingIndex The binding index. \return True if the index corresponds to an input binding and the index is in range. \deprecated Deprecated in TensorRT 8.5. Superseded by getTensorIOMode(). \see getTensorIOMode()

Source from the content-addressed store, hash-verified

1623 //! \see getTensorIOMode()
1624 //!
1625 TRT_DEPRECATED bool bindingIsInput(int32_t bindingIndex) const noexcept
1626 {
1627 return mImpl->bindingIsInput(bindingIndex);
1628 }
1629
1630 //!
1631 //! \brief Get the dimensions of a binding.

Callers 6

engine_binding_is_inputFunction · 0.80
validateTensorNamesFunction · 0.80
getTensorInfoMethod · 0.80
memcpyBuffersMethod · 0.80
getInputOutputNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected