BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Static Public Attributes | List of all members
bc::tensors::Tensor_Dim< X > Struct Template Reference

#include <common.h>

Inheritance diagram for bc::tensors::Tensor_Dim< X >:
Inheritance graph
[legend]
Collaboration diagram for bc::tensors::Tensor_Dim< X >:
Collaboration graph
[legend]

Static Public Attributes

static constexpr int tensor_dim = X
 
- Static Public Attributes inherited from bc::traits::Integer< X >
static constexpr int value = X
 

Additional Inherited Members

- Public Member Functions inherited from bc::traits::Integer< X >
template<int Y>
auto operator+ (const Integer< Y > &other) const
 
template<int Y>
auto operator- (const Integer< Y > &other) const
 
template<int Y>
auto operator/ (const Integer< Y > &other) const
 
template<int Y>
auto operator* (const Integer< Y > &other) const
 

Member Data Documentation

◆ tensor_dim

template<int X>
constexpr int bc::tensors::Tensor_Dim< X >::tensor_dim = X
static

The documentation for this struct was generated from the following file: