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

Go to the source code of this file.

Classes

struct  bc::nn::cache_key< K, V, CacheKeyOverrider >
 
struct  bc::nn::Cache
 A Dictionary designed to store any type using the 'store' and 'load' functions. More...
 

Namespaces

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

Enumerations

enum  bc::nn::cache_key_type { bc::nn::inherit, bc::nn::always_recurrent, bc::nn::always_forward }
 A type designed to act as a key to the Cache object. More...