SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
smaug::SmvGreaterEqualOp Class Reference

Elementwise greater-than-or-equal-to operator on SMV. More...

#include <smv_greater_op.h>

Inheritance diagram for smaug::SmvGreaterEqualOp:
smaug::GreaterEqualOp< SmvBackend >

Detailed Description

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
 

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