Skip to content

Commit 3b45e88

Browse files
author
Zonglin Peng
committed
init
1 parent 24671a9 commit 3b45e88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backends/cadence/aot/functions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
- arg_meta: null
215215
kernel_name: impl::reference::quantized_relu_out
216216

217+
- func: cadence::quantized_relu.per_tensor_out(Tensor X, int X_zero_point, int out_zero_point, int out_multiplier, int out_shift, *, Tensor(a!) out) -> Tensor(a!)
218+
kernels:
219+
- arg_meta: null
220+
kernel_name: impl::reference::quantized_relu_per_tensor_out
221+
217222
- func: cadence::quantized_matmul.out(Tensor X, int X_zero_point, Tensor Y, int Y_zero_point, Tensor? bias, int out_multiplier, int out_shift, int out_zero_point, bool transposed, *, Tensor(a!) out) -> Tensor(a!)
218223
kernels:
219224
- arg_meta: null

0 commit comments

Comments
 (0)