Tenncor
Classes | Namespaces | Macros | Typedefs | Variables
dense.hpp File Reference
#include "eteq/generated/api.hpp"
#include "layr/init.hpp"
#include "layr/layer.hpp"
Include dependency graph for dense.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  layr::DenseBuilder
 Builder implementation for fully connected layer. More...
 
struct  layr::Dense
 Layer implementation to apply fully_connect functions to weight and optional bias. More...
 

Namespaces

 layr
 

Macros

#define LAYR_DENSE_HPP
 

Typedefs

using layr::DenseptrT = std::shared_ptr< Dense >
 Smart pointer of fully connected layer. More...
 

Variables

const std::string layr::dense_weight_key = "weight"
 Fully connected weight label. More...
 
const std::string layr::dense_bias_key = "bias"
 Fully connected bias label. More...
 
const std::string layr::dense_layer_key
 Identifier for fully connected layer. More...
 

Macro Definition Documentation

◆ LAYR_DENSE_HPP

#define LAYR_DENSE_HPP

dense.hpp layr

Purpose: Implement fully connected layer