#include "layer_base.h"
#include <string>
Go to the source code of this file.
|
| bc |
| The Evaluator determines if an expression needs to be greedily optimized.
|
|
| bc::nn |
|
|
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()) |
|