SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Elementwise greater-than-or-equal-to operator on SMV. More...
#include <smv_greater_op.h>
Elementwise greater-than-or-equal-to operator on SMV.
Definition at line 24 of file smv_greater_op.h.
Public Member Functions | |
void | tile () override |
void | run () override |
Public Member Functions inherited from smaug::GreaterEqualOp< SmvBackend > | |
GreaterEqualOp (const std::string &name, Workspace *workspace) | |
void | run () override |
void | run () |
Protected Member Functions | |
void | runX (TiledTensor &inputs0, TiledTensor &inputs1, TiledTensor &outputs) |
Protected Attributes | |
std::array< TiledTensor, 3 > | tiledTensors |