neoml
neoml copied to clipboard
Functional API functor without connections restrictions
It will be nice to have general functor in CLayerWrapper without restriction in inputs amount. It wil be useful for layers like Concat etc.
General functor sugestion:
// Connects inputs to the layer.
T* operator()( const CArray<CDnnLayerLink>& layers );