Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
constants.h File Reference
#include <cstddef>
Include dependency graph for constants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  common

Variables

constexpr std::size_t common::IMAGE_WIDTH = 8
constexpr std::size_t common::IMAGE_HEIGHT = 8
constexpr std::size_t common::IMAGE_SIZE = IMAGE_WIDTH * IMAGE_HEIGHT
constexpr double common::IMAGE_DIMENSION = 16.0