ceras
yet another deep learning engine
All Classes Namespaces Files Functions Variables Typedefs Macros
Public Types | List of all members
ceras::tensor_deduction< L, R > Struct Template Reference

#include <value.hpp>

Public Types

using op_type = std::conditional< is_value_v< L >, R, L >::type
 
using tensor_type = std::remove_cv_t< decltype(std::declval< op_type >().forward())>
 

Member Typedef Documentation

◆ op_type

template<typename L , typename R >
using ceras::tensor_deduction< L, R >::op_type = std::conditional<is_value_v<L>, R, L>::type

◆ tensor_type

template<typename L , typename R >
using ceras::tensor_deduction< L, R >::tensor_type = std::remove_cv_t<decltype(std::declval<op_type>().forward())>

The documentation for this struct was generated from the following file: