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

Go to the source code of this file.

Classes

struct  bc::nn::Function< SystemTag, ValueType, Functor, InputDimension >
 

Namespaces

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

Functions

template<class ValueType , class SystemTag , class Functor >
Function< SystemTag, ValueType, Functor > bc::nn::function (SystemTag system_tag, int inputs, Functor function=Functor())
 
template<class SystemTag , class Functor >
auto bc::nn::function (SystemTag system_tag, int inputs, Functor function=Functor())
 
template<class ValueType , class SystemTag , class Functor , int X>
Function< SystemTag, ValueType, Functor > bc::nn::function (SystemTag system_tag, Dim< X > shape, Functor function=Functor())
 
template<class SystemTag , class Functor , int X>
auto bc::nn::function (SystemTag system_tag, bc::Dim< X > shape, Functor function=Functor())