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

Method getType

include/NvInfer.h:262–265  ·  view source on GitHub ↗

\brief Get the data type of a tensor. \return The data type of the tensor. \see setType()

Source from the content-addressed store, hash-verified

260 //! \see setType()
261 //!
262 DataType getType() const noexcept
263 {
264 return mImpl->getType();
265 }
266
267 //!
268 //! \brief Set dynamic range for the tensor

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected