Floor and Ceil (#150)

* Implements Floor and Ceil Ops
This commit is contained in:
Luca Arnaboldi
2023-12-14 10:00:23 -08:00
committed by GitHub
parent 1e0c78b970
commit b93c4cf378
14 changed files with 250 additions and 4 deletions
+2
View File
@@ -26,6 +26,7 @@ Operations
argsort
array_equal
broadcast_to
ceil
concatenate
convolve
conv1d
@@ -39,6 +40,7 @@ Operations
exp
expand_dims
eye
floor
full
greater
greater_equal