BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
neural_networks.h
Go to the documentation of this file.
1 /* Project: BlackCat_Tensors
2  * Author: JosephJaspers
3  * Copyright 2018
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 
9 #include "utility.h"
10 #include "filesystem.h"
11 #include "type_traits.h"
12 #include "common.h"
13 #include "streams.h"
14 #include "tensors.h"
15 #include "io.h"