BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 C0
 Cbc::oper::cmath_functions::Abs
 Cbc::oper::cmath_functions::Acos
 Cbc::oper::cmath_functions::Acosh
 Cbc::nn::Adam
 Cbc::tensors::Tensor_Base< ExpressionTemplate >::Alias
 CAlias
 Cbc::allocators::Allocator< ValueType, SystemTag >
 Cbc::allocators::Allocator< Byte, SystemTag >
 Cbc::allocators::pa_detail::Allocator_Base< ValueType, SystemTag >
 Cbc::allocators::pa_detail::Allocator_Base< bc::allocator_traits< Allocator >::value_type, bc::allocator_traits< Allocator >::system_tag >
 Cbc::allocators::Allocator_Forwarder< Allocator >
 Cbc::allocators::Allocator_Forwarder< bc::allocators::Null_Allocator< bc::allocators::Byte, system_tag > >
 Cbc::allocators::allocator_to_thrust_allocator< Allocator >
 Cbc::allocators::allocator_to_thrust_allocator< Thrust_Allocator_Forwarder< Vt, Allocator > >
 Callocator_traits
 Cbc::oper::And
 Cbc::utility::Any_Key< Key, Value >
 Cbc::utility::Any_Key< K, V >
 Cbc::utility::Any_MapAny_Map stores a buck of std::shared_ptr<void>
 Cbc::oper::Approx_Equal
 Cbc::oper::cmath_functions::Asin
 Cbc::oper::cmath_functions::Asinh
 Cbc::oper::cmath_functions::Atan
 Cbc::oper::cmath_functions::Atan2
 Cbc::oper::cmath_functions::Atanh
 Cbc::allocators::Basic_Allocator_Base< ValueType, SystemTag >
 Cbc::allocators::Basic_Allocator_Base< T, device_tag >
 Cbc::allocators::Basic_Allocator_Base< T, host_tag >
 Cbc::oper::basic_operation
 Cbc::tensors::exprs::BC_Const_View
 Cbc::tensors::exprs::BC_View
 Cbc::tensors::exprs::detail::bin_expr_factory< Op, Lv, Rv, class >
 Cbc::tensors::exprs::detail::bin_expr_factory< Add, Lv, Un_Op< Negation, Rv > >Y + (-x) -> y - x
 Cbc::tensors::exprs::detail::bin_expr_factory< Add, Un_Op< Negation, Lv >, Un_Op< Negation, Rv > >(-y) + (-x) -> (-y) - x //specialized to handle ambiguous overload
 Cbc::tensors::exprs::detail::bin_expr_factory< Add_Assign, Lv, Un_Op< Negation, Rv > >Y += (-x) -> y -= x
 Cbc::tensors::exprs::detail::bin_expr_factory< bc::oper::Scalar_Mul, Lv, Rv, std::enable_if_t< expression_traits< Lv >::is_blas_expression::value !=expression_traits< Rv >::is_blas_expression::value > >Scalar * blas_op(a, b) -> blas_op(a * scalar, b) || blas_op(a, b * scalar)
 Cbc::tensors::exprs::detail::bin_expr_factory< Sub, Lv, Un_Op< Negation, Rv > >Y - (-x) -> y + x
 Cbc::tensors::exprs::detail::bin_expr_factory< Sub, Un_Op< Negation, Lv >, Rv >(-y) + x -> x - y
 Cbc::tensors::exprs::detail::bin_expr_factory< Sub, Un_Op< Negation, Lv >, Un_Op< Negation, Rv > >(-y) - (-x) -> x - y //specialized to handle ambiguous overload
 Cbc::tensors::exprs::detail::bin_expr_factory< Sub_Assign, Lv, Un_Op< Negation, Rv > >Y -= (-x) -> y += x
 Cbc::tensors::exprs::binary_optimizer_default< op, lv, rv >
 Cbc::blas::BLAS< SystemTag >
 Cbc::blas::BLAS< device_tag >
 Cbc::blas::BLAS< host_tag >
 Cbc::tensors::exprs::blas_expression_parser::Blas_Expression_Parser< SystemTag >
 Cbc::oper::BLAS_Function
 Cbc::allocators::Byte
 Cbc::nn::CacheA Dictionary designed to store any type using the 'store' and 'load' functions
 Cbc::oper::cmath_functions::Tanh::Cached_Derivative
 Cbc::oper::cmath_functions::Logistic::Cached_Derivative
 Cbc::oper::cmath_functions::Relu::Cached_Derivative
 Cbc::oper::cmath_functions::Cbrt
 Cbc::oper::cmath_functions::Ceil
 Cbc::tensors::iterators::Coefficientwise_Iterator< Direction, Tensor, enabler >
 Cbc::tensors::exprs::blas_expression_parser::Common_Tools< derived >
 Cbc::tensors::exprs::blas_expression_parser::Common_Tools< Blas_Expression_Parser< device_tag > >
 Cbc::tensors::exprs::blas_expression_parser::Common_Tools< Blas_Expression_Parser< host_tag > >
 Cbc::traits::common_traits< T >
 Cbc::tensors::exprs::Constexpr_Scalar_Constant< Value, Scalar, SystemTag >
 Cbc::tensors::exprs::blas_expression_parser::Common_Tools< derived >::contents< Lv, Rv, Alpha, Beta, LvTrans, RvTrans, LvScalar, RvScalar >
 Cbc::oper::cmath_functions::Copysign
 Cbc::oper::cmath_functions::Cos
 Cbc::oper::cmath_functions::Cosh
 Cbc::io::csv_descriptor
 CCurrentLayer
 Cbc::tensors::Expression_Base< ExpressionTemplate >::cw_iterator_type< Tensor >
 Cbc::tensors::Expression_Base< ExpressionTemplate >::cw_reverse_iterator_type< Tensor >
 Cbc::oper::cmath_functions::Tan::Derivative
 Cbc::oper::cmath_functions::Cos::Derivative
 Cbc::oper::cmath_functions::Sinh::Derivative
 Cbc::oper::cmath_functions::Cosh::Derivative
 Cbc::oper::cmath_functions::Tanh::Derivative
 Cbc::oper::cmath_functions::Asin::Derivative
 Cbc::oper::cmath_functions::Acos::Derivative
 Cbc::oper::cmath_functions::Atan::Derivative
 Cbc::oper::cmath_functions::Log::Derivative
 Cbc::oper::cmath_functions::Pow2::Derivative
 Cbc::oper::cmath_functions::Logistic::Derivative
 Cbc::oper::cmath_functions::Pow3::Derivative
 Cbc::oper::cmath_functions::Relu::Derivative
 Cbc::oper::cmath_functions::SoftPlus::Derivative
 Cbc::oper::cmath_functions::Mish::Derivative
 Cbc::oper::cmath_functions::Pass::Derivative
 Cbc::oper::cmath_functions::Exp::Derivative
 Cbc::oper::cmath_functions::Sqrt::Derivative
 Cbc::oper::cmath_functions::Sin::Derivative
 Cbc::Dim< N >
 Cbc::Dim< 0 >
 Cbc::Dim< 1 >
 Cbc::Dim< 2 >
 Cbc::Dim< 3 >
 Cbc::Dim< input_tensor_dim::value >
 Cbc::Dim< input_tensor_dimension::value >
 Cbc::Dim< output_tensor_dim::value >
 Cbc::Dim< output_tensor_dimension::value >
 Cbc::traits::detail::DISABLE< class >
 Cbc::oper::Div
 Cbc::oper::Equal
 Cbc::tensors::exprs::evaluator::Evaluator< SystemTag >
 Cbc::tensors::exprs::Evaluator< Is_SubXpr >
 Cbc::tensors::exprs::evaluator::Evaluator< host_tag >
 Cbc::tensors::exprs::evaluator::evaluator_impl< Dimension >
 Cbc::tensors::exprs::evaluator::evaluator_impl< 0 >
 Cbc::tensors::exprs::evaluator::evaluator_impl< 1 >
 Cbc::oper::cmath_functions::Exp
 Cbc::oper::cmath_functions::Exp2
 Cbc::oper::cmath_functions::Expm1
 Cbc::tensors::exprs::Expression_Template_Base< Derived >
 Cbc::tensors::exprs::Expression_Template_Base< Bin_Op< oper::dot< SystemTag >, lv, rv > >
 Cbc::tensors::exprs::Expression_Template_Base< Bin_Op< oper::gemm< SystemTag >, lv, rv > >
 Cbc::tensors::exprs::Expression_Template_Base< Bin_Op< oper::gemv< SystemTag >, lv, rv > >
 Cbc::tensors::exprs::Expression_Template_Base< Bin_Op< oper::ger< SystemTag >, lv, rv > >
 Cbc::tensors::exprs::Expression_Template_Base< Bin_Op< Operation, Lv, Rv > >
 Cbc::tensors::exprs::Expression_Template_Base< Constexpr_Scalar_Constant< Value, Scalar, bc::device_tag > >
 Cbc::tensors::exprs::Expression_Template_Base< Constexpr_Scalar_Constant< Value, Scalar, bc::host_tag > >
 Cbc::tensors::exprs::Expression_Template_Base< Kernel_Array< bc::Shape< dim >, ValueType, bc::allocator_traits< Allocator >::system_tag, Tags... > >
 Cbc::tensors::exprs::Expression_Template_Base< Kernel_Array< Shape, Scalar, bc::allocator_traits< AllocatorType >::system_tag, Tags... > >
 Cbc::tensors::exprs::Expression_Template_Base< Kernel_Array< Shape, ValueType, bc::allocator_traits< Allocator >::system_tag, Tags... > >
 Cbc::tensors::exprs::Expression_Template_Base< Kernel_Array< Shape, ValueType, SystemTag, Tags... > >
 Cbc::tensors::exprs::Expression_Template_Base< Scalar_Constant< Scalar, SystemTag > >
 Cbc::tensors::exprs::Expression_Template_Base< Un_Op< oper::transpose< System_Tag >, Value > >
 Cbc::tensors::exprs::Expression_Template_Base< Un_Op< Operation, ArrayType > >
 Cbc::tensors::exprs::Expression_Template_Base< Un_Op< Sum< SystemTag >, ArrayType > >
 Cbc::tensors::exprs::expression_traits< T >
 Cbc::oper::cmath_functions::Fabs
 Cfalse_type
 Cbc::oper::cmath_functions::Fdim
 Cbc::tensors::io::features
 Cbc::oper::cmath_functions::Floor
 Cbc::oper::cmath_functions::Fma
 Cbc::oper::cmath_functions::Fmax
 Cbc::oper::cmath_functions::Fmin
 Cbc::oper::cmath_functions::Fmod
 Cbc::oper::cmath_functions::Frexp
 Cbc::tensors::exprs::blas_expression_parser::host_detail::get_value_impl< T, enabler >
 Cbc::tensors::exprs::blas_expression_parser::host_detail::get_value_impl< T *, void >
 Cbc::tensors::exprs::blas_expression_parser::host_detail::get_value_impl< T, std::enable_if_t< T::tensor_dim==0 > >
 Cbc::oper::Greater
 Cbc::oper::Greater_Equal
 Cbc::tensors::exprs::GreedyEvaluator
 Cbc::streams::HostEvent
 Cbc::streams::HostStream
 Cbc::oper::cmath_functions::Hypot
 Cbc::oper::cmath_functions::Ilogb
 Cbc::traits::Integer< X >
 Cbc::is_system_tag< T >
 Cbc::oper::cmath_functions::Isinf
 Cbc::oper::cmath_functions::Isnan
 Citerator
 Citerator_traits
 Cbc::nn::Layer_Input_Base< InputTensorDescriptor >
 Cbc::nn::Layer_Input_Base< InputDescriptor >
 Cbc::nn::Layer_Input_Base< Tensor_Descriptor< ValueType, SystemTag, bc::traits::Integer< 3 > > >
 Cbc::nn::Layer_Input_Base< Tensor_Descriptor< ValueType, SystemTag, InputDimension > >
 Cbc::nn::Layer_Input_Base< Tensor_Descriptor< ValueType, SystemTag, Integer< 1 > > >
 Cbc::nn::Layer_Input_Base< Tensor_Descriptor< ValueType, SystemTag, Integer< 3 > > >
 Cbc::nn::Layer_Loader
 Cbc::nn::Layer_Output_Base< OutputTensorDescriptor >
 Cbc::nn::Layer_Output_Base< OutputDescriptor >
 Cbc::nn::Layer_Output_Base< Tensor_Descriptor< ValueType, SystemTag, bc::traits::Integer< 3 > > >
 Cbc::nn::Layer_Output_Base< Tensor_Descriptor< ValueType, SystemTag, InputDimension > >
 Cbc::nn::Layer_Output_Base< Tensor_Descriptor< ValueType, SystemTag, Integer< 1 > > >
 Cbc::nn::Layer_Output_Base< Tensor_Descriptor< ValueType, SystemTag, Integer< 3 > > >
 Cbc::nn::LayerChain< Index, Derived,... >Layer_Chain is an iterator-like object that connects different types of neural-network layers and defines convenient iterator-like methods
 Cbc::nn::LayerChain< bc::traits::Integer< 0 >, void, Layers... >
 Cbc::nn::LayerChain< bc::traits::Integer< Index::value+1 >, LayerChain< Index, Derived, CurrentLayer, Layers... >, Layers... >
 Cbc::oper::cmath_functions::Ldexp
 Cbc::oper::Lesser
 Cbc::oper::Lesser_Equal
 Cbc::oper::cmath_functions::Llrint
 Cbc::oper::cmath_functions::Llround
 Cbc::oper::cmath_functions::Log
 Cbc::oper::cmath_functions::Log10
 Cbc::oper::cmath_functions::Log1P
 Cbc::oper::cmath_functions::Log2
 Cbc::allocators::detail::log_info
 Cbc::oper::cmath_functions::Logb
 Cbc::streams::Logging_Stream_Base< SystemTag >A Logging_Stream object does not actually allocate any memory
 Cbc::streams::Logging_Stream_Base< device_tag >
 Cbc::oper::cmath_functions::Logical
 Cbc::oper::cmath_functions::Logistic
 Cbc::oper::cmath_functions::Lrint
 Cbc::oper::cmath_functions::Lround
 Cbc::oper::Max
 Cbc::nn::Mean_Absolute_Error
 Cbc::nn::Mean_Absolute_Percent_Error
 Cbc::nn::Mean_Squared_Error
 Cbc::oper::Min
 Cbc::oper::cmath_functions::Mish
 Cbc::oper::cmath_functions::Modf
 Cbc::nn::Momentum
 Cbc::oper::Mul
 Cbc::tensors::iterators::Multidimensional_Iterator< direction, Tensor >
 Cbc::utility::Name< Chars >
 Cbc::utility::Name< C, Chars... >
 Cbc::oper::cmath_functions::Nan
 Cbc::tensors::Tensor_Base< ExpressionTemplate >::nd_iterator_type< Tensor >
 Cbc::tensors::Tensor_Base< ExpressionTemplate >::nd_reverse_iterator_type< Tensor >
 Cbc::oper::cmath_functions::Nearbyint
 Cbc::oper::Negation
 Cbc::nn::network_runtime_traits< LearningRateValueType >
 Cbc::nn::NeuralNetwork< Layers >Neural_Network
 Cbc::oper::cmath_functions::Nextafter
 Cbc::oper::cmath_functions::Nexttoward
 Cbc::tensors::exprs::noncontinuous_memory_tag
 Cbc::traits::None
 Cbc::allocators::Null_Allocator< ValueType, SystemTag >
 Cbc::allocators::Null_Allocator< bc::allocators::Byte, system_tag >
 COperation
 Cbc::oper::operation_traits< T >
 Cbc::tensors::exprs::optimizer< T, voider >
 Cbc::nn::Optimizer_Base
 Cbc::tensors::exprs::optimizer_default< T >
 Cbc::tensors::exprs::optimizer_default< Array >
 Cbc::tensors::exprs::optimizer_greedy_evaluations< Xpr >
 Cbc::tensors::exprs::optimizer_greedy_evaluations< Bin_Op< op, lv, rv > >
 Cbc::tensors::exprs::optimizer_greedy_evaluations< Un_Op< op, value > >
 Cbc::oper::Or
 Cbc::tensors::exprs::Output_Data< Tensor, AlphaModifer, BetaModifer >
 Cbc::oper::cmath_functions::Pass
 Cbc::allocators::Polymorphic_Allocator< ValueType, SystemTag >
 Cbc::allocators::Polymorphic_Allocator< value_type, system_tag >
 Cbc::nn::Polymorphic_Layer_Base< Dimension, ValueType, SystemTag, Allocator, OutputDimension, OutputValueType, OutputSystemTag, OutputAllocator >
 Cbc::oper::cmath_functions::Pow
 Cbc::oper::cmath_functions::Pow2
 Cbc::oper::cmath_functions::Pow3
 Cbc::random::Random< SystemTag >
 Cbc::random::Random< host_tag >
 Cbc::io::Range< T >
 Cbc::allocators::Device_Managed< T >::rebind< altT >
 Cbc::allocators::Stack_Allocator< ValueType, SystemTag >::rebind< T >
 Cbc::allocators::Allocator< T, device_tag >::rebind< altT >
 Cbc::allocators::Logging_Allocator< Allocator >::rebind< altT >
 Cbc::allocators::Allocator_Forwarder< Allocator >::rebind< AltValueType >
 Cbc::allocators::pa_detail::Derived_Allocator< Allocator >::rebind< altT >
 Cbc::allocators::Recycle_Allocator< T, SystemTag, AlternateAllocator >::rebind< altT >
 Cbc::allocators::Allocator< T, host_tag >::rebind< altT >
 Cbc::allocators::Thrust_Allocator_Forwarder< ValueType, Allocator >::rebind< AltValueType >
 Cbc::allocators::Recycle_Allocator< T, SystemTag, AlternateAllocator >
 Cbc::allocators::Recycle_Allocator< ValueType, SystemTag >
 Cbc::allocators::Recycle_Allocator_Globals
 Cbc::tensors::exprs::functions::Reduce< class >
 Cbc::tensors::exprs::functions::Reduce< bc::host_tag >
 Cbc::algorithms::ReferenceList< T >
 Cbc::oper::cmath_functions::Relu
 Cbc::oper::cmath_functions::Remainder
 Cbc::tensors::exprs::detail::remove_scalar_mul< T >
 Cbc::tensors::exprs::detail::remove_scalar_mul< Bin_Op< oper::Scalar_Mul, lv, rv > >
 Cbc::tensors::exprs::detail::remove_transpose< T >
 Cbc::tensors::exprs::detail::remove_transpose< Bin_Op< oper::Scalar_Mul, Lv, Un_Op< oper::transpose< SystemTag >, Array > > >
 Cbc::tensors::exprs::detail::remove_transpose< Bin_Op< oper::Scalar_Mul, Un_Op< oper::transpose< SystemTag >, Array >, Rv > >
 Cbc::tensors::exprs::detail::remove_transpose< Un_Op< oper::transpose< SystemTag >, Array > >
 Cbc::oper::cmath_functions::Remquo
 Cbc::oper::cmath_functions::Rint
 Cbc::nn::Root_Mean_Squared_Error
 Cbc::oper::cmath_functions::Round
 Cbc::tensors::Scalar_Accessor
 Cbc::oper::Scalar_Mul
 Cbc::oper::cmath_functions::Scalbln
 Cbc::oper::cmath_functions::Scalbn
 Cbc::oper::cmath_functions::Sec
 Cbc::traits::sequence_contains< T, Ts >
 Cbc::traits::sequence_of< T, Ts >
 Cbc::Shape< N >
 Cbc::Shape< 0 >
 Cbc::Shape< 1 >
 Cbc::Shape< dim >
 Cbc::oper::cmath_functions::Sin
 Cbc::oper::cmath_functions::Sinh
 Cbc::oper::cmath_functions::SoftPlus
 Cbc::oper::cmath_functions::Sqrt
 Cbc::allocators::Stack_Allocator< ValueType, SystemTag >An unsynced memory pool implemented as a stack
 Cbc::allocators::Stack_Allocator< bc::allocators::Byte, bc::device_tag >
 Cbc::allocators::Stack_Allocator< bc::allocators::Byte, bc::host_tag >
 Cbc::allocators::detail::Stack_Allocator_Base< SystemTag >
 Cbc::nn::Stochastic_Gradient_Descent
 Cbc::streams::Stream< SystemTag >
 Cbc::streams::Stream< device_tag >
 Cbc::streams::Stream< host_tag >
 Cbc::streams::Stream< system_tag >
 Cbc::Strided_Vector_Shape
 Cstring
 Cbc::tensors::exprs::Sum< SystemTag >
 Cbc::system_tag_base
 CTags
 Cbc::oper::cmath_functions::Tan
 Cbc::oper::cmath_functions::Tanh
 Cbc::tensors::exprs::temporary_tag
 CTensor_Accessor
 Cbc::tensors::Tensor_Accessor_Base< TensorDimension, Derived >
 Cbc::nn::tensor_descriptor< ValueType, SystemTag, TensorDimension, AllocatorType >
 Cbc::nn::Tensor_Descriptor< ValueType, SystemTag, NumDimension, AllocatorType >
 Cbc::nn::Tensor_Descriptor< ValueType, SystemTag, bc::traits::Integer< 3 > >
 Cbc::nn::Tensor_Descriptor< ValueType, SystemTag, InputDimension >
 Cbc::nn::Tensor_Descriptor< ValueType, SystemTag, Integer< 1 > >
 Cbc::nn::Tensor_Descriptor< ValueType, SystemTag, Integer< 3 > >
 Cbc::allocators::Thrust_Allocator_Forwarder< ValueType, Allocator >
 Cbc::oper::transpose< system_tag >
 Cbc::oper::transpose< System_Tag >
 Ctrue_type
 Cbc::oper::cmath_functions::Trunc
 Cbc::tensors::exprs::unary_optimizer_default< Op, Array >
 Cbc::tensors::exprs::unary_optimizer_default< op, value >
 Cbc::traits::using_type< T >
 Cbc::traits::using_type< DefaultType >
 Cbc::traits::using_type< func< TestType > >
 Cbc::traits::using_type< sequence_last< Ts... >::type >
 Cbc::utility::Utility< SystemTag >
 Cbc::utility::Utility< device_tag >
 Cbc::utility::Utility< host_tag >
 Cvalue+1
 Cvalue_type
 CValueType
 Cbc::tensors::exprs::Vector< ValueType, AllocatorType >
 Cbc::oper::Xor
 CAllocatorType
 Cconditional_t
 CExpressionTemplate
 Cfalse_type
 CLayer
 Ctrue_type
 Ctuple