Added tests for element wise mul and div functions. Fixed memory leak in tests.
This commit is contained in:
@@ -18,7 +18,11 @@ void tensor_test_init_rand(void);
|
||||
void tensor_test_cpy(void);
|
||||
void tensor_test_add_inplace(void);
|
||||
void tensor_test_sub_inplace(void);
|
||||
void tensor_test_mul_inplace(void);
|
||||
void tensor_test_div_inplace(void);
|
||||
void tensor_test_add(void);
|
||||
void tensor_test_sub(void);
|
||||
void tensor_test_mul(void);
|
||||
void tensor_test_div(void);
|
||||
|
||||
#endif // _TEST_TENSOR_H_INCLUDED_
|
||||
|
||||
Reference in New Issue
Block a user