1 #ifndef _OPERATORS_SMV_SMV_TANH_OP_H_
2 #define _OPERATORS_SMV_SMV_TANH_OP_H_
4 #include "smaug/core/backend.h"
6 #include "smaug/operators/tanh_op.h"
7 #include "smaug/operators/smv/smv_unary_op_common.h"
15 void tile()
override { tiledTensors = smv::unary::doTiling(
this,
false); }
16 void run()
override { smv::unary::run(
this, tiledTensors); }
19 std::array<TiledTensor, 2> tiledTensors;
26 void tile()
override { tiledTensors = smv::unary::doTiling(
this,
false); }
27 void run()
override { smv::unary::run(
this, tiledTensors); }
30 std::array<TiledTensor, 2> tiledTensors;