neoml icon indicating copy to clipboard operation
neoml copied to clipboard

Functional API functor without connections restrictions

Open DmitrySolntsev opened this issue 2 years ago • 0 comments

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 );

DmitrySolntsev avatar Mar 07 '22 07:03 DmitrySolntsev