small changes

This commit is contained in:
lucasdelimanogueira 2024-05-10 20:12:15 -03:00
parent 68bee8b457
commit e6104e43c9
18 changed files with 468 additions and 287 deletions

View file

@ -18,7 +18,6 @@ void sub_tensor_cpu(Tensor* tensor1, Tensor* tensor2, float* result_data) {
}
}
void elementwise_mul_tensor_cpu(Tensor* tensor1, Tensor* tensor2, float* result_data) {
for (int i = 0; i < tensor1->size; i++) {