Floor and Ceil (#150)

* Implements Floor and Ceil Ops
This commit is contained in:
Luca Arnaboldi
2023-12-14 19:00:23 +01:00
committed by GitHub
parent 1e0c78b970
commit b93c4cf378
14 changed files with 250 additions and 4 deletions

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