ONE - On-device Neural Engine
|
#include <TFDepthwiseConv2dNative.h>
Public Member Functions | |
loco::Node * | input (void) const |
void | input (Node *node) |
loco::Node * | filter (void) const |
void | filter (Node *node) |
const TFPadding & | padding (void) const |
void | padding (const TFPadding &padding) |
const TFDataLayout & | data_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::Node * | arg (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::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< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > > | |
loco::Use * | at (unsigned n) const |
Definition at line 27 of file TFDepthwiseConv2dNative.h.
|
inline |
Definition at line 42 of file TFDepthwiseConv2dNative.h.
References data_layout().
Referenced by data_layout().
|
inline |
Definition at line 41 of file TFDepthwiseConv2dNative.h.
|
inline |
Definition at line 35 of file TFDepthwiseConv2dNative.h.
References moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > >::at(), and loco::Use::node().
|
inline |
Definition at line 34 of file TFDepthwiseConv2dNative.h.
References moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > >::at(), and loco::Use::node().
|
inline |
Definition at line 32 of file TFDepthwiseConv2dNative.h.
References moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > >::at(), and loco::Use::node().
|
inline |
Definition at line 31 of file TFDepthwiseConv2dNative.h.
References moco::FixedArityNode< 2, TFNodeImpl< TFOpcode::DepthwiseConv2dNative > >::at(), and loco::Use::node().
|
inline |
Definition at line 39 of file TFDepthwiseConv2dNative.h.
References padding().
Referenced by padding().
|
inline |
Definition at line 38 of file TFDepthwiseConv2dNative.h.
|
inline |
Definition at line 45 of file TFDepthwiseConv2dNative.h.
References strides().
Referenced by strides().
|
inline |
Definition at line 44 of file TFDepthwiseConv2dNative.h.