Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <utec/algebra/tensor.h>
#include <array>
#include <catch_amalgamated.hpp>
#include <stdexcept>
Functions | |
TEST_CASE ("2d tensor basic operations", "[tensor]") | |
TEST_CASE ("2d tensor binary operations", "[tensor]") | |
TEST_CASE ("2d tensor multiplication", "[tensor]") | |
TEST_CASE ("3d tensor", "[tensor]") |
TEST_CASE | ( | "2d tensor basic operations" | , |
"" | [tensor] ) |
TEST_CASE | ( | "2d tensor binary operations" | , |
"" | [tensor] ) |
TEST_CASE | ( | "2d tensor multiplication" | , |
"" | [tensor] ) |
TEST_CASE | ( | "3d tensor" | , |
"" | [tensor] ) |