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

Method getTensorFormat

include/NvInfer.h:8470–8473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8468 //! \return the tensor format
8469 //!
8470 TRT_DEPRECATED TensorFormat getTensorFormat() const noexcept
8471 {
8472 return mImpl->getTensorFormat();
8473 }
8474
8475 //!
8476 //! \brief Return DataType of the input/output of algorithm.

Callers 4

getNbErrorsFunction · 0.45
reportAlgorithmsMethod · 0.45
reportAlgorithmsMethod · 0.45
areSameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected