#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 }