This function calls helper function predict_weight_internal and that function was refactored. The refactor changed the interface to accept the input_weight instead of partial input_weight, however this function was not updated with the refactor and was still passing a partial input weight. This commit is a followup that fixes the internal calculation error by pass input_weight instead of partial_weight to the helper function predict_weight_internal. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |