BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
operations.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 "common.h"
10 #include "type_traits.h"
11 #include "operations/operations.h"