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

Method getBindingName

include/NvInferRuntime.h:1610–1613  ·  view source on GitHub ↗

\brief Retrieve the name corresponding to a binding index. This is the reverse mapping to that provided by getBindingIndex(). For optimization profiles with an index k > 0, the name is mangled by appending " [profile k]", with k written in decimal. For example, if the tensor in the INetworkDefinition had the name "foo", and bindingIndex refers to that tensor in the optimization profile with ind

Source from the content-addressed store, hash-verified

1608 //! \see getBindingIndex()
1609 //!
1610 TRT_DEPRECATED char const* getBindingName(int32_t bindingIndex) const noexcept
1611 {
1612 return mImpl->getBindingName(bindingIndex);
1613 }
1614
1615 //!
1616 //! \brief Determine whether a binding is an input binding.

Callers 5

pyCore.cppFile · 0.80
validateTensorNamesFunction · 0.80
getTensorInfoMethod · 0.80
setUpInferenceFunction · 0.80
getInputOutputNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected