ONE - On-device Neural Engine
|
#include <TFFakeQuantWithMinMaxVars.h>
Public Member Functions | |
loco::Node * | inputs (void) const |
void | inputs (Node *node) |
loco::Node * | min (void) const |
void | min (Node *node) |
loco::Node * | max (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::Node * | arg (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::Dialect * | dialect (void) const final |
Return "Dialect" identifier that this node belongs to. | |
template<typename T > | |
T | accept (TFNodeVisitorBase< T > *) const |
template<typename T > | |
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 () |
Graph * | graph (void) |
const Graph * | graph (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::Use * | at (unsigned n) const |
Definition at line 27 of file TFFakeQuantWithMinMaxVars.h.
|
inline |
Definition at line 32 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
Referenced by validate_onnx2circle.OnnxRunner::feed_random_inputs(), and package.infer.session::set_inputs().
|
inline |
Definition at line 31 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
Referenced by validate_onnx2circle.OnnxRunner::feed_random_inputs(), and package.infer.session::set_inputs().
|
inline |
Definition at line 38 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
|
inline |
Definition at line 37 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
|
inline |
Definition at line 35 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
|
inline |
Definition at line 34 of file TFFakeQuantWithMinMaxVars.h.
References moco::FixedArityNode< 3, TFNodeImpl< TFOpcode::FakeQuantWithMinMaxVars > >::at(), and loco::Use::node().
|
inline |
Definition at line 45 of file TFFakeQuantWithMinMaxVars.h.
References narrow_range().
Referenced by narrow_range().
|
inline |
Definition at line 44 of file TFFakeQuantWithMinMaxVars.h.
|
inline |
Definition at line 42 of file TFFakeQuantWithMinMaxVars.h.
References num_bits().
Referenced by num_bits().
|
inline |
Definition at line 41 of file TFFakeQuantWithMinMaxVars.h.