ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::TFFakeQuantWithMinMaxVars Class Referencefinal

#include <TFFakeQuantWithMinMaxVars.h>

Collaboration diagram for moco::TFFakeQuantWithMinMaxVars:

Public Member Functions

loco::Nodeinputs (void) const
 
void inputs (Node *node)
 
loco::Nodemin (void) const
 
void min (Node *node)
 
loco::Nodemax (void) const
 
void max (Node *node)
 
const int64_t & num_bits (void) const
 
void num_bits (const int64_t &num_bits)
 
const bool & narrow_range (void) const
 
void narrow_range (const bool &narrow_range)
 
- Public Member Functions inherited from moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >
 FixedArityNode ()
 
virtual ~FixedArityNode ()=default
 
unsigned arity (void) const final
 
loco::Nodearg (uint32_t n) const final
 
void drop (void) final
 
- Public Member Functions inherited from moco::TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars >
virtual ~TFNodeImpl ()=default
 
uint32_t opnum (void) const final
 
TFOpcode opcode (void) const final
 
- Public Member Functions inherited from moco::TFNode
virtual ~TFNode ()=default
 
const loco::Dialectdialect (void) const final
 Return "Dialect" identifier that this node belongs to.
 
template<typename T >
accept (TFNodeVisitorBase< T > *) const
 
template<typename T >
accept (TFNodeMutableVisitorBase< T > *)
 
NodeName name (void) const
 
void name (const NodeName &name)
 
- 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.
 

Additional Inherited Members

- Protected Member Functions inherited from moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >
loco::Useat (unsigned n) const
 

Detailed Description

Definition at line 27 of file TFFakeQuantWithMinMaxVars.h.

Member Function Documentation

◆ inputs() [1/2]

void moco::TFFakeQuantWithMinMaxVars::inputs ( Node node)
inline

◆ inputs() [2/2]

loco::Node * moco::TFFakeQuantWithMinMaxVars::inputs ( void  ) const
inline

◆ max() [1/2]

void moco::TFFakeQuantWithMinMaxVars::max ( Node node)
inline

◆ max() [2/2]

loco::Node * moco::TFFakeQuantWithMinMaxVars::max ( void  ) const
inline

◆ min() [1/2]

void moco::TFFakeQuantWithMinMaxVars::min ( Node node)
inline

◆ min() [2/2]

loco::Node * moco::TFFakeQuantWithMinMaxVars::min ( void  ) const
inline

◆ narrow_range() [1/2]

void moco::TFFakeQuantWithMinMaxVars::narrow_range ( const bool &  narrow_range)
inline

Definition at line 45 of file TFFakeQuantWithMinMaxVars.h.

45{ _narrow_range = narrow_range; }

References narrow_range().

Referenced by narrow_range().

◆ narrow_range() [2/2]

const bool & moco::TFFakeQuantWithMinMaxVars::narrow_range ( void  ) const
inline

Definition at line 44 of file TFFakeQuantWithMinMaxVars.h.

44{ return _narrow_range; }

◆ num_bits() [1/2]

void moco::TFFakeQuantWithMinMaxVars::num_bits ( const int64_t &  num_bits)
inline

Definition at line 42 of file TFFakeQuantWithMinMaxVars.h.

42{ _num_bits = num_bits; }

References num_bits().

Referenced by num_bits().

◆ num_bits() [2/2]

const int64_t & moco::TFFakeQuantWithMinMaxVars::num_bits ( void  ) const
inline

Definition at line 41 of file TFFakeQuantWithMinMaxVars.h.

41{ return _num_bits; }

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