Skip to content

Fix some operators

Fix some bugs introduced by the changes proposed in MR !31 (merged) to resolve Issue !39:

  • Fix the registration of Gather and Reshape operators whose input is of type Int64 (and not Float32)

  • Add math include for exponential function used in Sigmoid operator (an error is sometimes generated by the compiler if the include is missing)

Merge request reports

Loading