small changes
This commit is contained in:
parent
68bee8b457
commit
e6104e43c9
18 changed files with 468 additions and 287 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue