DaNNet
dnn_layer.h
Go to the documentation of this file.
1
// Copyright 2019 Claes Rolen (www.rolensystems.com)
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#pragma once
16
#include "
dnn_layer_base.h
"
20
#include "
dnn_layer_input.h
"
21
#include "
dnn_layer_dense.h
"
22
#include "
dnn_layer_conv.h
"
23
#include "
dnn_layer_act.h
"
24
#include "
dnn_layer_cost.h
"
25
#include "
dnn_layer_norm.h
"
26
#include "
dnn_layer_drop.h
"
27
#include "
dnn_layer_pool.h
"
dnn_layer_cost.h
dnn_layer_norm.h
dnn_layer_act.h
dnn_layer_base.h
dnn_layer_conv.h
dnn_layer_input.h
dnn_layer_pool.h
dnn_layer_dense.h
dnn_layer_drop.h
Generated on Thu Feb 14 2019 00:17:51 for DaNNet by
1.8.13