Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
layer.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_METHODS_ANN_LAYER_LAYER_HPP
13
#define MLPACK_METHODS_ANN_LAYER_LAYER_HPP
14
15
#include "
add.hpp
"
16
#include "
adaptive_max_pooling.hpp
"
17
#include "
adaptive_mean_pooling.hpp
"
18
#include "
add_merge.hpp
"
19
#include "
alpha_dropout.hpp
"
20
#include "
atrous_convolution.hpp
"
21
#include "
base_layer.hpp
"
22
#include "
batch_norm.hpp
"
23
#include "
bicubic_interpolation.hpp
"
24
#include "
bilinear_interpolation.hpp
"
25
#include "
c_relu.hpp
"
26
#include "
celu.hpp
"
27
#include "
concat_performance.hpp
"
28
#include "
concat.hpp
"
29
#include "
concatenate.hpp
"
30
#include "
constant.hpp
"
31
#include "
convolution.hpp
"
32
#include "
dropconnect.hpp
"
33
#include "
dropout.hpp
"
34
#include "
elu.hpp
"
35
#include "
fast_lstm.hpp
"
36
#include "
flatten_t_swish.hpp
"
37
#include "
flexible_relu.hpp
"
38
#include "
glimpse.hpp
"
39
#include "
gru.hpp
"
40
#include "
hard_tanh.hpp
"
41
#include "
hardshrink.hpp
"
42
#include "
highway.hpp
"
43
#include "
join.hpp
"
44
#include "
layer_norm.hpp
"
45
#include "
layer_types.hpp
"
46
#include "
leaky_relu.hpp
"
47
#include "
linear.hpp
"
48
#include "
linear_no_bias.hpp
"
49
#include "
linear3d.hpp
"
50
#include "
log_softmax.hpp
"
51
#include "
lookup.hpp
"
52
#include "
lp_pooling.hpp
"
53
#include "
lstm.hpp
"
54
#include "
max_pooling.hpp
"
55
#include "
mean_pooling.hpp
"
56
#include "
minibatch_discrimination.hpp
"
57
#include "
multihead_attention.hpp
"
58
#include "
multiply_constant.hpp
"
59
#include "
multiply_merge.hpp
"
60
#include "
nearest_interpolation.hpp
"
61
#include "
noisylinear.hpp
"
62
#include "
padding.hpp
"
63
#include "
parametric_relu.hpp
"
64
#include "
pixel_shuffle.hpp
"
65
#include "
positional_encoding.hpp
"
66
#include "
recurrent_attention.hpp
"
67
#include "
recurrent.hpp
"
68
#include "
reinforce_normal.hpp
"
69
#include "
relu6.hpp
"
70
#include "
reparametrization.hpp
"
71
#include "
select.hpp
"
72
#include "
sequential.hpp
"
73
#include "
softshrink.hpp
"
74
#include "
softmax.hpp
"
75
#include "
softmin.hpp
"
76
#include "
spatial_dropout.hpp
"
77
#include "
subview.hpp
"
78
#include "
transposed_convolution.hpp
"
79
#include "
virtual_batch_norm.hpp
"
80
#include "
vr_class_reward.hpp
"
81
#include "
weight_norm.hpp
"
82
83
#endif
concat_performance.hpp
add_merge.hpp
alpha_dropout.hpp
adaptive_mean_pooling.hpp
softshrink.hpp
subview.hpp
log_softmax.hpp
recurrent_attention.hpp
vr_class_reward.hpp
multiply_constant.hpp
multiply_merge.hpp
dropout.hpp
layer_norm.hpp
mean_pooling.hpp
softmin.hpp
highway.hpp
atrous_convolution.hpp
virtual_batch_norm.hpp
hardshrink.hpp
hard_tanh.hpp
join.hpp
minibatch_discrimination.hpp
multihead_attention.hpp
bicubic_interpolation.hpp
dropconnect.hpp
gru.hpp
base_layer.hpp
constant.hpp
nearest_interpolation.hpp
recurrent.hpp
concatenate.hpp
flexible_relu.hpp
softmax.hpp
glimpse.hpp
padding.hpp
select.hpp
relu6.hpp
positional_encoding.hpp
fast_lstm.hpp
concat.hpp
celu.hpp
linear3d.hpp
linear.hpp
lstm.hpp
lp_pooling.hpp
sequential.hpp
elu.hpp
lookup.hpp
batch_norm.hpp
max_pooling.hpp
c_relu.hpp
pixel_shuffle.hpp
transposed_convolution.hpp
reinforce_normal.hpp
spatial_dropout.hpp
weight_norm.hpp
convolution.hpp
reparametrization.hpp
layer_types.hpp
linear_no_bias.hpp
parametric_relu.hpp
flatten_t_swish.hpp
noisylinear.hpp
adaptive_max_pooling.hpp
add.hpp
leaky_relu.hpp
bilinear_interpolation.hpp