BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
Go to the source code of this file.
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::tensors | |
Typedefs | |
template<class ExpressionTemplate > | |
using | bc::tensors::Tensor_Accessor = std::conditional_t< ExpressionTemplate::tensor_dim==0, Scalar_Accessor, Tensor_Accessor_Base< ExpressionTemplate::tensor_dim, Tensor_Base< ExpressionTemplate > >> |