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

Method platformHasFastInt8

include/NvInfer.h:10004–10007  ·  view source on GitHub ↗

\brief Determine whether the platform has fast native int8.

Source from the content-addressed store, hash-verified

10002 //! \brief Determine whether the platform has fast native int8.
10003 //!
10004 bool platformHasFastInt8() const noexcept
10005 {
10006 return mImpl->platformHasFastInt8();
10007 }
10008
10009 //!
10010 //! \brief Destroy this object.

Callers 2

isDataTypeSupportedFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected