![]() |
ceras
yet another deep learning engine
|
#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())> |
using ceras::tensor_deduction< L, R >::op_type = std::conditional<is_value_v<L>, R, L>::type |
using ceras::tensor_deduction< L, R >::tensor_type = std::remove_cv_t<decltype(std::declval<op_type>().forward())> |