This is the complete list of members for Layer, including all inherited members.
forward(const std::vector< double > &inputs) | Layer | |
forward(const std::vector< Variable > &variables) | Layer | |
Layer(size_t n_in, size_t n_out, std::string activate_function="tanh") | Layer | inline |
Layer(const Layer &other) | Layer | inline |
Layer(Layer &&other) noexcept | Layer | inline |
neurons() const | Layer | inline |
operator=(const Layer &other) | Layer | inline |
operator=(Layer &&other) noexcept | Layer | inline |
parameters() const | Layer | inline |