BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces
tree_evaluator_optimizer.h File Reference
#include "tree_output_data.h"
#include "array.h"
#include "expression_binary.h"
#include "expression_unary.h"
Include dependency graph for tree_evaluator_optimizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::tensors::exprs::optimizer< T, voider >
 
struct  bc::tensors::exprs::optimizer_default< T >
 
struct  bc::tensors::exprs::unary_optimizer_default< Op, Array >
 
struct  bc::tensors::exprs::binary_optimizer_default< op, lv, rv >
 
struct  bc::tensors::exprs::optimizer< T, std::enable_if_t< expression_traits< T >::is_array::value &&!expression_traits< T >::is_temporary::value > >
 
struct  bc::tensors::exprs::optimizer< Array, std::enable_if_t< expression_traits< Array >::is_temporary::value > >
 
struct  bc::tensors::exprs::optimizer_greedy_evaluations< Xpr >
 
struct  bc::tensors::exprs::optimizer< Bin_Op< op, lv, rv >, std::enable_if_t< expression_traits< Bin_Op< op, lv, rv > > ::requires_greedy_evaluation::value > >
 
struct  bc::tensors::exprs::optimizer< Un_Op< op, value >, std::enable_if_t< expression_traits< Un_Op< op, value > > ::requires_greedy_evaluation::value > >
 
struct  bc::tensors::exprs::optimizer< Bin_Op< op, lv, rv >, std::enable_if_t< oper::operation_traits< op >::is_linear_operation > >
 
struct  bc::tensors::exprs::optimizer< Bin_Op< op, lv, rv >, std::enable_if_t< oper::operation_traits< op >::is_nonlinear_operation &&!expression_traits< Bin_Op< op, lv, rv > > ::requires_greedy_evaluation::value > >
 
struct  bc::tensors::exprs::optimizer< Un_Op< Op, Array >, std::enable_if_t<!expression_traits< Un_Op< Op, Array > > ::requires_greedy_evaluation::value > >
 

Namespaces

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