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

Method getScale

include/NvInfer.h:2280–2283  ·  view source on GitHub ↗

\brief Get the scale value. \see setScale()

Source from the content-addressed store, hash-verified

2278 //! \see setScale()
2279 //!
2280 Weights getScale() const noexcept
2281 {
2282 return mImpl->getScale();
2283 }
2284
2285 //!
2286 //! \brief Set the power value.

Callers 2

pyGraph.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected