Added more tests.
This commit is contained in:
36
tests/tensoriter_test.c
Normal file
36
tests/tensoriter_test.c
Normal file
@@ -0,0 +1,36 @@
|
||||
#include "tensoriter_test.h"
|
||||
|
||||
void tensoriter_test_scalar_next(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_get(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_map(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_map_add(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_map_sub(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_map_mul(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void tensoriter_test_scalar_map_div(void)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
Reference in New Issue
Block a user