Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 331 Bytes

Math.md

File metadata and controls

8 lines (5 loc) · 331 Bytes

Math

This is the internal documentation for the Math structure. Wherever details are omitted, please refer to the original code.

This file is empty and exists as a placeholder.

argmax32(_ multiArray: MLMultiArray) -> (Int, Float)

Static function that takes an MLMultiArray and returns (indexOfMaxValue, maxValue).