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

#include <TFDepthwiseConv2dNative.h>

Collaboration diagram for moco::TFDepthwiseConv2dNative:

Public Member Functions

loco::Nodeinput (void) const
 
void input (Node *node)
 
loco::Nodefilter (void) const
 
void filter (Node *node)
 
const TFPaddingpadding (void) const
 
void padding (const TFPadding &padding)
 
const TFDataLayoutdata_layout (void) const
 
void data_layout (const TFDataLayout &data_layout)
 
const std::vector< int64_t > & strides (void) const
 
void strides (const std::vector< int64_t > &strides)
 
- Public Member Functions inherited from moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > >
 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::DepthwiseConv2dNative >
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::DepthwiseConv2dNative > >
loco::Useat (unsigned n) const
 

Detailed Description

Definition at line 27 of file TFDepthwiseConv2dNative.h.

Member Function Documentation

◆ data_layout() [1/2]

void moco::TFDepthwiseConv2dNative::data_layout ( const TFDataLayout data_layout)
inline

Definition at line 42 of file TFDepthwiseConv2dNative.h.

42{ _data_layout = data_layout; }
const TFDataLayout & data_layout(void) const

References data_layout().

Referenced by data_layout().

◆ data_layout() [2/2]

const TFDataLayout & moco::TFDepthwiseConv2dNative::data_layout ( void  ) const
inline

Definition at line 41 of file TFDepthwiseConv2dNative.h.

41{ return _data_layout; }

◆ filter() [1/2]

void moco::TFDepthwiseConv2dNative::filter ( Node node)
inline

◆ filter() [2/2]

loco::Node * moco::TFDepthwiseConv2dNative::filter ( void  ) const
inline

◆ input() [1/2]

void moco::TFDepthwiseConv2dNative::input ( Node node)
inline

◆ input() [2/2]

loco::Node * moco::TFDepthwiseConv2dNative::input ( void  ) const
inline

◆ padding() [1/2]

void moco::TFDepthwiseConv2dNative::padding ( const TFPadding padding)
inline

Definition at line 39 of file TFDepthwiseConv2dNative.h.

39{ _padding = padding; }
const TFPadding & padding(void) const

References padding().

Referenced by padding().

◆ padding() [2/2]

const TFPadding & moco::TFDepthwiseConv2dNative::padding ( void  ) const
inline

Definition at line 38 of file TFDepthwiseConv2dNative.h.

38{ return _padding; }

◆ strides() [1/2]

void moco::TFDepthwiseConv2dNative::strides ( const std::vector< int64_t > &  strides)
inline

Definition at line 45 of file TFDepthwiseConv2dNative.h.

45{ _strides = strides; }
const std::vector< int64_t > & strides(void) const

References strides().

Referenced by strides().

◆ strides() [2/2]

const std::vector< int64_t > & moco::TFDepthwiseConv2dNative::strides ( void  ) const
inline

Definition at line 44 of file TFDepthwiseConv2dNative.h.

44{ return _strides; }

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