9 lines
81 B
C
9 lines
81 B
C
#include "test_tensor.h"
|
|
|
|
int main(void)
|
|
{
|
|
test_tensor_run_all();
|
|
return 0;
|
|
}
|
|
|