BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
tensors.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 
10 #ifndef BLACKCAT_TENSOR_ALIASES_H_
11 #define BLACKCAT_TENSOR_ALIASES_H_
12 
13 #include "common.h"
14 #include "tensor_base.h"
15 #include "../allocator.h"
17 
18 namespace bc {
19 namespace tensors {
20 namespace detail {
21 
22 template<class T>
24 
25 template<int X>
27 
28 } //end of ns detail
29 } //end of ns tensors
30 
31 template<
32  int dim,
33  class ValueType,
38  ValueType,
39  Allocator>>;
40 
41 template<
42  class ValueType,
45 
46 template<
47  class ValueType,
50 
51 template<
52  class ValueType,
55 
56 template<
57  class ValueType,
60 
61 template<
62  class ValueType,
65 
66 } //end of ns BC
67 
68 #endif /* TENSOR_ALIASES_H_ */
Definition: shape.h:17
BCINLINE auto dim(const Integers &... ints)
Definition: dim.h:336
Definition: array.h:25
Definition: allocators.h:20
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22