InShapeVisitor returns the input shape a Layer expects. More...
Public Member Functions | |
template < typename LayerType > | |
size_t | operator() (LayerType *layer) const |
Return the input shape of layer. More... | |
size_t | operator() (MoreTypes layer) const |
InShapeVisitor returns the input shape a Layer expects.
Definition at line 29 of file input_shape_visitor.hpp.
size_t operator() | ( | LayerType * | layer | ) | const |
Return the input shape of layer.
size_t operator() | ( | MoreTypes | layer | ) | const |