BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
This is the complete list of members for bc::nn::Cache, including all inherited members.
clear_bp_storage(key_type< K, V, cache_key_type::always_forward > key) | bc::nn::Cache | inline |
clear_bp_storage(key_type< K, V, cache_key_type::inherit > key) | bc::nn::Cache | inline |
clear_bp_storage(key_type< K, V, cache_key_type::always_recurrent > key) | bc::nn::Cache | inline |
contains(key_type< K, V, R > key) const | bc::nn::Cache | inline |
decrement_time_index() | bc::nn::Cache | inline |
enable_recurrent_caching(bool enable=true) | bc::nn::Cache | inline |
get_time_index() const | bc::nn::Cache | inline |
increment_time_index() | bc::nn::Cache | inline |
key_type typedef | bc::nn::Cache | |
load(key_type< K, V, cache_key_type::inherit > key, int t_modifier=0) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::inherit > key, int t_modifier, Factory factory) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::inherit > key, Factory factory) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::always_recurrent > key, int t_modifier=0) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::always_forward > key, int t_modifier=0) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::always_recurrent > key, int t_modifier, DefaultFactory function) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::always_recurrent > key, DefaultFactory function) const | bc::nn::Cache | inline |
load(key_type< K, V, cache_key_type::always_forward > key, DefaultFactory function) const | bc::nn::Cache | inline |
set_time_index(int idx) | bc::nn::Cache | inline |
store(key_type< K, V, cache_key_type::inherit > key, U &&expression) | bc::nn::Cache | inline |
store(key_type< K, V, cache_key_type::always_recurrent > key, U &&expression) | bc::nn::Cache | inline |
store(key_type< K, V, cache_key_type::always_forward > key, U &&expression) | bc::nn::Cache | inline |
zero_time_index() | bc::nn::Cache | inline |