run
Description
Executes a built operator with arguments passed.
Prototype
def run(*args):
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
numpy.ndarray |
Input and output tensors of the operator. |
Returns
None
Restrictions
None
Parent topic: TBE DSL Testing API