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

#include <GraphBuilder.h>

Public Member Functions

 Return (loco::FixedReshape *node)
 
Returnshape (std::initializer_list< uint32_t > dims)
 
loco::FixedReshapenode (void)
 

Detailed Description

Definition at line 483 of file GraphBuilder.h.

Constructor & Destructor Documentation

◆ Return()

FixedReshapeLayer::Return::Return ( loco::FixedReshape node)
inline

Definition at line 486 of file GraphBuilder.h.

486 : _node{node}
487 {
488 // DO NOTHING
489 }
loco::FixedReshape * node(void)

Member Function Documentation

◆ node()

loco::FixedReshape * FixedReshapeLayer::Return::node ( void  )
inline

Definition at line 499 of file GraphBuilder.h.

499{ return _node; }

◆ shape()

Return * FixedReshapeLayer::Return::shape ( std::initializer_list< uint32_t >  dims)
inline

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