ONE - On-device Neural Engine
|
DIV in TensorFlow Lite. More...
#include <TFLNodes.h>
Public Member Functions | |
TFLDiv ()=default | |
loco::Node * | x (void) const |
void | x (loco::Node *node) |
loco::Node * | y (void) const |
void | y (loco::Node *node) |
Public Member Functions inherited from locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > > | |
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 locoex::TFLNodeImpl< TFLOpcode::DIV > | |
virtual | ~TFLNodeImpl ()=default |
uint32_t | opnum (void) const final |
TFLOpcode | opcode (void) const final |
Public Member Functions inherited from locoex::TFLNode | |
virtual | ~TFLNode ()=default |
const loco::Dialect * | dialect (void) const final |
Return "Dialect" identifier that this node belongs to. | |
template<typename T > | |
T | accept (TFLNodeVisitorBase< T > *) const |
template<typename T > | |
T | accept (TFLNodeMutableVisitorBase< T > *) |
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. | |
Public Member Functions inherited from locoex::TFLNodeMixin< TFLNodeTrait::FusedActFunc > | |
TFLNodeMixin ()=default | |
FusedActFunc | fusedActivationFunction () const |
void | fusedActivationFunction (FusedActFunc fused_act_fun) |
Additional Inherited Members | |
Protected Member Functions inherited from locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > > | |
loco::Use * | at (unsigned n) const |
DIV in TensorFlow Lite.
Definition at line 278 of file TFLNodes.h.
|
default |
|
inline |
Definition at line 286 of file TFLNodes.h.
References locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > >::at(), and loco::Use::node().
|
inline |
Definition at line 285 of file TFLNodes.h.
References locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > >::at(), and loco::Use::node().
|
inline |
Definition at line 289 of file TFLNodes.h.
References locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > >::at(), and loco::Use::node().
|
inline |
Definition at line 288 of file TFLNodes.h.
References locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::DIV > >::at(), and loco::Use::node().