ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::CircleUnidirectionalSequenceLSTM Class Referencefinal

UNIDIRECTIONAL_SEQUENCE_LSTM in Circle. More...

#include <CircleUnidirectionalSequenceLSTM.h>

Collaboration diagram for luci::CircleUnidirectionalSequenceLSTM:

Public Member Functions

loco::Nodeinput (void) const
 
void input (loco::Node *node)
 
loco::Nodeinput_to_input_weights (void) const
 
void input_to_input_weights (loco::Node *node)
 
loco::Nodeinput_to_forget_weights (void) const
 
void input_to_forget_weights (loco::Node *node)
 
loco::Nodeinput_to_cell_weights (void) const
 
void input_to_cell_weights (loco::Node *node)
 
loco::Nodeinput_to_output_weights (void) const
 
void input_to_output_weights (loco::Node *node)
 
loco::Noderecurrent_to_input_weights (void) const
 
void recurrent_to_input_weights (loco::Node *node)
 
loco::Noderecurrent_to_forget_weights (void) const
 
void recurrent_to_forget_weights (loco::Node *node)
 
loco::Noderecurrent_to_cell_weights (void) const
 
void recurrent_to_cell_weights (loco::Node *node)
 
loco::Noderecurrent_to_output_weights (void) const
 
void recurrent_to_output_weights (loco::Node *node)
 
loco::Nodecell_to_input_weights (void) const
 
void cell_to_input_weights (loco::Node *node)
 
loco::Nodecell_to_forget_weights (void) const
 
void cell_to_forget_weights (loco::Node *node)
 
loco::Nodecell_to_output_weights (void) const
 
void cell_to_output_weights (loco::Node *node)
 
loco::Nodeinput_gate_bias (void) const
 
void input_gate_bias (loco::Node *node)
 
loco::Nodeforget_gate_bias (void) const
 
void forget_gate_bias (loco::Node *node)
 
loco::Nodecell_gate_bias (void) const
 
void cell_gate_bias (loco::Node *node)
 
loco::Nodeoutput_gate_bias (void) const
 
void output_gate_bias (loco::Node *node)
 
loco::Nodeprojection_weights (void) const
 
void projection_weights (loco::Node *node)
 
loco::Nodeprojection_bias (void) const
 
void projection_bias (loco::Node *node)
 
loco::Nodeoutput_state (void) const
 
void output_state (loco::Node *node)
 
loco::Nodecell_state (void) const
 
void cell_state (loco::Node *node)
 
loco::Nodeinput_layer_norm_coefficients (void) const
 
void input_layer_norm_coefficients (loco::Node *node)
 
loco::Nodeforget_layer_norm_coefficients (void) const
 
void forget_layer_norm_coefficients (loco::Node *node)
 
loco::Nodecell_layer_norm_coefficients (void) const
 
void cell_layer_norm_coefficients (loco::Node *node)
 
loco::Nodeoutput_layer_norm_coefficients (void) const
 
void output_layer_norm_coefficients (loco::Node *node)
 
float cell_clip (void) const
 
void cell_clip (float cell_clip)
 
float proj_clip (void) const
 
void proj_clip (float proj_clip)
 
bool time_major (void) const
 
void time_major (bool time_major)
 
bool asymmetric_quantize_inputs (void) const
 
void asymmetric_quantize_inputs (bool asymmetric_quantize_inputs)
 
- Public Member Functions inherited from luci::FixedArityNode< 24, CircleNodeImpl< CircleOpcode::UNIDIRECTIONAL_SEQUENCE_LSTM > >
 FixedArityNode ()
 
virtual ~FixedArityNode ()=default
 
uint32_t arity (void) const final
 
loco::Nodearg (uint32_t n) const final
 
void drop (void) final
 
- Public Member Functions inherited from luci::CircleNodeImpl< CircleOpcode::UNIDIRECTIONAL_SEQUENCE_LSTM >
virtual ~CircleNodeImpl ()=default
 
uint32_t opnum (void) const final
 
CircleOpcode opcode (void) const final
 
- Public Member Functions inherited from luci::CircleNode
virtual ~CircleNode ()=default
 
const loco::Dialectdialect (void) const final
 Return "Dialect" identifier that this node belongs to.
 
template<typename T >
accept (CircleNodeVisitorBase< T > *) const
 
template<typename T >
accept (CircleNodeMutableVisitorBase< T > *)
 
NodeName name (void) const
 
void name (const NodeName &name)
 
CircleQuantParamquantparam (void) const
 
void quantparam (std::unique_ptr< CircleQuantParam > &&quantparam)
 
SparsityParamsparsityparam (void) const
 
void sparsityparam (std::unique_ptr< SparsityParam > &&sparsityparam)
 
ShapeStatus shape_status (void) const
 
void shape_status (ShapeStatus ss)
 
int32_t op_version (void) const
 
void op_version (int32_t op_version)
 
- Public Member Functions inherited from loco::Node
 Node ()=default
 
 Node (const Node &)=delete
 
 Node (Node &&)=delete
 
virtual ~Node ()
 
Graphgraph (void)
 
const Graphgraph (void) const
 
- Public Member Functions inherited from loco::AnnotatedItem< NodeAnnotation >
 AnnotatedItem ()=default
 
virtual ~AnnotatedItem ()=default
 
const T * annot (void) const
 Retrieve a stored annotation of type T.
 
void annot (std::unique_ptr< T > &&p)
 Attach or remove a new annotation of type T.
 
- Public Member Functions inherited from luci::CircleNodeMixin< CircleNodeTrait::FusedActFunc >
 CircleNodeMixin ()=default
 
FusedActFunc fusedActivationFunction () const
 
void fusedActivationFunction (FusedActFunc fused_act_fun)
 

Additional Inherited Members

- Protected Member Functions inherited from luci::FixedArityNode< 24, CircleNodeImpl< CircleOpcode::UNIDIRECTIONAL_SEQUENCE_LSTM > >
loco::Useat (uint32_t n) const
 

Detailed Description

UNIDIRECTIONAL_SEQUENCE_LSTM in Circle.

Definition at line 32 of file CircleUnidirectionalSequenceLSTM.h.

Member Function Documentation

◆ asymmetric_quantize_inputs() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::asymmetric_quantize_inputs ( bool  asymmetric_quantize_inputs)
inline

Definition at line 101 of file CircleUnidirectionalSequenceLSTM.h.

102 {
103 _asymmetric_quantize_inputs = asymmetric_quantize_inputs;
104 }

References asymmetric_quantize_inputs().

◆ asymmetric_quantize_inputs() [2/2]

bool luci::CircleUnidirectionalSequenceLSTM::asymmetric_quantize_inputs ( void  ) const
inline

Definition at line 100 of file CircleUnidirectionalSequenceLSTM.h.

100{ return _asymmetric_quantize_inputs; }

Referenced by asymmetric_quantize_inputs(), luci::CloneNodeLet< CN::STUV >::visit(), and luci::BuiltinOptionsExtractor::visit().

◆ cell_clip() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_clip ( float  cell_clip)
inline

Definition at line 95 of file CircleUnidirectionalSequenceLSTM.h.

References cell_clip().

Referenced by cell_clip().

◆ cell_clip() [2/2]

float luci::CircleUnidirectionalSequenceLSTM::cell_clip ( void  ) const
inline

Definition at line 94 of file CircleUnidirectionalSequenceLSTM.h.

94{ return _cell_clip; }

Referenced by luci::CloneNodeLet< CN::STUV >::visit(), and luci::BuiltinOptionsExtractor::visit().

◆ cell_gate_bias() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_gate_bias ( loco::Node node)
inline

◆ cell_gate_bias() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_gate_bias ( void  ) const
inline

◆ cell_layer_norm_coefficients() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_layer_norm_coefficients ( loco::Node node)
inline

◆ cell_layer_norm_coefficients() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_layer_norm_coefficients ( void  ) const
inline

◆ cell_state() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_state ( loco::Node node)
inline

◆ cell_state() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_state ( void  ) const
inline

◆ cell_to_forget_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_to_forget_weights ( loco::Node node)
inline

◆ cell_to_forget_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_to_forget_weights ( void  ) const
inline

◆ cell_to_input_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_to_input_weights ( loco::Node node)
inline

◆ cell_to_input_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_to_input_weights ( void  ) const
inline

◆ cell_to_output_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::cell_to_output_weights ( loco::Node node)
inline

◆ cell_to_output_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::cell_to_output_weights ( void  ) const
inline

◆ forget_gate_bias() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::forget_gate_bias ( loco::Node node)
inline

◆ forget_gate_bias() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::forget_gate_bias ( void  ) const
inline

◆ forget_layer_norm_coefficients() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::forget_layer_norm_coefficients ( loco::Node node)
inline

◆ forget_layer_norm_coefficients() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::forget_layer_norm_coefficients ( void  ) const
inline

◆ input() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input ( loco::Node node)
inline

◆ input() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input ( void  ) const
inline

◆ input_gate_bias() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_gate_bias ( loco::Node node)
inline

◆ input_gate_bias() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_gate_bias ( void  ) const
inline

◆ input_layer_norm_coefficients() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_layer_norm_coefficients ( loco::Node node)
inline

◆ input_layer_norm_coefficients() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_layer_norm_coefficients ( void  ) const
inline

◆ input_to_cell_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_to_cell_weights ( loco::Node node)
inline

◆ input_to_cell_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_to_cell_weights ( void  ) const
inline

◆ input_to_forget_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_to_forget_weights ( loco::Node node)
inline

◆ input_to_forget_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_to_forget_weights ( void  ) const
inline

◆ input_to_input_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_to_input_weights ( loco::Node node)
inline

◆ input_to_input_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_to_input_weights ( void  ) const
inline

◆ input_to_output_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::input_to_output_weights ( loco::Node node)
inline

◆ input_to_output_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::input_to_output_weights ( void  ) const
inline

◆ output_gate_bias() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::output_gate_bias ( loco::Node node)
inline

◆ output_gate_bias() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::output_gate_bias ( void  ) const
inline

◆ output_layer_norm_coefficients() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::output_layer_norm_coefficients ( loco::Node node)
inline

◆ output_layer_norm_coefficients() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::output_layer_norm_coefficients ( void  ) const
inline

◆ output_state() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::output_state ( loco::Node node)
inline

◆ output_state() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::output_state ( void  ) const
inline

◆ proj_clip() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::proj_clip ( float  proj_clip)
inline

Definition at line 97 of file CircleUnidirectionalSequenceLSTM.h.

References proj_clip().

Referenced by proj_clip().

◆ proj_clip() [2/2]

float luci::CircleUnidirectionalSequenceLSTM::proj_clip ( void  ) const
inline

Definition at line 96 of file CircleUnidirectionalSequenceLSTM.h.

96{ return _proj_clip; }

Referenced by luci::CloneNodeLet< CN::STUV >::visit(), and luci::BuiltinOptionsExtractor::visit().

◆ projection_bias() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::projection_bias ( loco::Node node)
inline

◆ projection_bias() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::projection_bias ( void  ) const
inline

◆ projection_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::projection_weights ( loco::Node node)
inline

◆ projection_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::projection_weights ( void  ) const
inline

◆ recurrent_to_cell_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::recurrent_to_cell_weights ( loco::Node node)
inline

◆ recurrent_to_cell_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::recurrent_to_cell_weights ( void  ) const
inline

◆ recurrent_to_forget_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::recurrent_to_forget_weights ( loco::Node node)
inline

◆ recurrent_to_forget_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::recurrent_to_forget_weights ( void  ) const
inline

◆ recurrent_to_input_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::recurrent_to_input_weights ( loco::Node node)
inline

◆ recurrent_to_input_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::recurrent_to_input_weights ( void  ) const
inline

◆ recurrent_to_output_weights() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::recurrent_to_output_weights ( loco::Node node)
inline

◆ recurrent_to_output_weights() [2/2]

loco::Node * luci::CircleUnidirectionalSequenceLSTM::recurrent_to_output_weights ( void  ) const
inline

◆ time_major() [1/2]

void luci::CircleUnidirectionalSequenceLSTM::time_major ( bool  time_major)
inline

Definition at line 99 of file CircleUnidirectionalSequenceLSTM.h.

References time_major().

Referenced by time_major().

◆ time_major() [2/2]

bool luci::CircleUnidirectionalSequenceLSTM::time_major ( void  ) const
inline

Definition at line 98 of file CircleUnidirectionalSequenceLSTM.h.

98{ return _time_major; }

Referenced by luci::CloneNodeLet< CN::STUV >::visit(), and luci::BuiltinOptionsExtractor::visit().


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