ONE - On-device Neural Engine
|
#include <BroadcastHelper.h>
Public Member Functions | |
BroadcastFunctor (const loco::TensorShape &shape) | |
loco::Node * | build (loco::Node *in_node, const loco::TensorShape &in_shape) const |
loco::Node * | operator() (loco::Node *in_node, const loco::TensorShape &in_shape) const |
loco::Node * | build (loco::Node *node) const |
loco::Node * | operator() (loco::Node *node) const |
Definition at line 32 of file BroadcastHelper.h.
|
inline |
Definition at line 35 of file BroadcastHelper.h.
loco::Node * moco::tf::BroadcastFunctor::build | ( | loco::Node * | in_node, |
const loco::TensorShape & | in_shape | ||
) | const |
Definition at line 210 of file BroadcastHelper.cpp.
References loco::TensorShape::rank().
Referenced by build(), operator()(), and operator()().
loco::Node * moco::tf::BroadcastFunctor::build | ( | loco::Node * | node | ) | const |
Definition at line 220 of file BroadcastHelper.cpp.
References build(), and loco::shape_get().
|
inline |
Definition at line 43 of file BroadcastHelper.h.
References build().
|
inline |