Skip to content

Commit

Permalink
Specify the operand data type constraints of operations
Browse files Browse the repository at this point in the history
Introduce constraints for input operands, either directly (e.g.
input's dataType can only be "float32" or "float16") or indirectly
(e.g. weight's dataType must be the same as input's).

Fixes webmachinelearning#283
  • Loading branch information
inexorabletash committed Apr 18, 2024
1 parent 35c7ed1 commit c5cd493
Showing 1 changed file with 81 additions and 25 deletions.
Loading

0 comments on commit c5cd493

Please sign in to comment.