BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include <operation_traits.h>
Static Public Attributes | |
static constexpr int | alpha_modifier |
static constexpr int | beta_modifier |
static constexpr bool | is_linear_operation = std::is_base_of<linear_operation,T>::value |
static constexpr bool | is_linear_assignment_operation = std::is_base_of<linear_assignment_operation, T>::value |
static constexpr bool | is_assignment_operation = std::is_base_of<assignment_operation, T>::value |
static constexpr bool | is_blas_function = std::is_base_of<BLAS_Function, T>::value |
static constexpr bool | is_nonlinear_operation = !is_blas_function && !is_linear_operation |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |