InShapeVisitor Class Reference

InShapeVisitor returns the input shape a Layer expects. More...

Inheritance diagram for InShapeVisitor:

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
 

Detailed Description

InShapeVisitor returns the input shape a Layer expects.

Definition at line 29 of file input_shape_visitor.hpp.

Member Function Documentation

◆ operator()() [1/2]

size_t operator() ( LayerType *  layer) const

Return the input shape of layer.

◆ operator()() [2/2]

size_t operator() ( MoreTypes  layer) const

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