\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
| 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 |