ONE - On-device Neural Engine
Loading...
Searching...
No Matches
DepthwiseConv2DLayer::Return Class Reference

#include <GraphBuilder.h>

Public Member Functions

 Return (loco::DepthwiseConv2D *node)
 
loco::DepthwiseConv2Dnode (void)
 

Detailed Description

Definition at line 423 of file GraphBuilder.h.

Constructor & Destructor Documentation

◆ Return()

DepthwiseConv2DLayer::Return::Return ( loco::DepthwiseConv2D node)
inline

Definition at line 426 of file GraphBuilder.h.

426 : _node{node}
427 {
428 // DO NOTHING
429 }
loco::DepthwiseConv2D * node(void)

Member Function Documentation

◆ node()

loco::DepthwiseConv2D * DepthwiseConv2DLayer::Return::node ( void  )
inline

Definition at line 432 of file GraphBuilder.h.

432{ return _node; }

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