BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
array_scalar_constant.h File Reference
#include "expression_template_base.h"
Include dependency graph for array_scalar_constant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::tensors::exprs::Scalar_Constant_Base< Derived >
 
struct  bc::tensors::exprs::Scalar_Constant< Scalar, SystemTag >
 
struct  bc::tensors::exprs::Constexpr_Scalar_Constant< Value, Scalar, SystemTag >
 
struct  bc::tensors::exprs::Constexpr_Scalar_Constant< Value, Scalar, bc::host_tag >
 
struct  bc::tensors::exprs::Constexpr_Scalar_Constant< Value, Scalar, bc::device_tag >
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::tensors
 
 bc::tensors::exprs
 

Functions

template<class SystemTag , class value_type >
auto bc::tensors::exprs::make_scalar_constant (value_type scalar)
 
template<class SystemTag , int Value, class Scalar >
auto bc::tensors::exprs::make_constexpr_scalar ()