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

Method getTensorsWithDynamicRange

include/NvInferRuntime.h:1104–1107  ·  view source on GitHub ↗

\brief Get names of all tensors that have refittable dynamic ranges. \param size The number of items that can be safely written to a non-null tensorNames. \param tensorNames Where to write the layer names. \return The number of Weights that could be refit. If tensorNames!=nullptr, each written pointer points to a string owned by the engine being refit, and becomes invalid when the engine is des

Source from the content-addressed store, hash-verified

1102 //! the engine being refit, and becomes invalid when the engine is destroyed.
1103 //!
1104 int32_t getTensorsWithDynamicRange(int32_t size, char const** tensorNames) const noexcept
1105 {
1106 return mImpl->getTensorsWithDynamicRange(size, tensorNames);
1107 }
1108
1109 //!
1110 //! \brief Set the ErrorRecorder for this interface

Callers 1

pyCore.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected