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

Method getDataType

include/NvInfer.h:8480–8483  ·  view source on GitHub ↗

\brief Return DataType of the input/output of algorithm. \return the data type.

Source from the content-addressed store, hash-verified

8478 //! \return the data type.
8479 //!
8480 DataType getDataType() const noexcept
8481 {
8482 return mImpl->getDataType();
8483 }
8484
8485 //!
8486 //! \brief Return strides of the input/output tensor of algorithm.

Callers 3

reportAlgorithmsMethod · 0.45
reportAlgorithmsMethod · 0.45
areSameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected