10 lines
94 B
C
10 lines
94 B
C
#include "tensor.h"
|
|
#include "test_tensor.h"
|
|
|
|
int main(void)
|
|
{
|
|
test_run_all();
|
|
return 0;
|
|
}
|
|
|