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

#include <TFSquaredDifference.h>

Collaboration diagram for moco::TFSquaredDifference:

Public Member Functions

 TFSquaredDifference ()=default
 
Nodex (void) const
 
void x (Node *node)
 
Nodey (void) const
 
void y (Node *node)
 
- Public Member Functions inherited from moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::SquaredDifference > >
 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::SquaredDifference >
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< 2, TFNodeImpl< TFOpcode::SquaredDifference > >
loco::Useat (unsigned n) const
 

Detailed Description

Note
TFSquaredDifference corresponds to the following GraphDef

Definition at line 41 of file TFSquaredDifference.h.

Constructor & Destructor Documentation

◆ TFSquaredDifference()

moco::TFSquaredDifference::TFSquaredDifference ( )
default

Member Function Documentation

◆ x() [1/2]

void moco::TFSquaredDifference::x ( Node node)
inline

◆ x() [2/2]

Node * moco::TFSquaredDifference::x ( void  ) const
inline

◆ y() [1/2]

void moco::TFSquaredDifference::y ( Node node)
inline

◆ y() [2/2]

Node * moco::TFSquaredDifference::y ( void  ) const
inline

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