BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "layer_base.h"
Go to the source code of this file.
Classes | |
struct | bc::nn::SoftMax< SystemTag, ValueType > |
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::nn | |
Functions | |
template<class ValueType , class SystemTag > | |
SoftMax< SystemTag, ValueType > | bc::nn::softmax (SystemTag system_tag, int inputs) |
template<class SystemTag > | |
auto | bc::nn::softmax (SystemTag system_tag, int inputs) |
auto | bc::nn::softmax (int inputs) |