SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Elementwise multiplication on SMV. More...
#include <smv_eltwise_mul_op.h>
Elementwise multiplication on SMV.
Definition at line 11 of file smv_eltwise_mul_op.h.
Public Member Functions | |
void | tile () override |
void | run () override |
Public Member Functions inherited from smaug::EltwiseMulOp< SmvBackend > | |
EltwiseMulOp (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 |