| 127 | } |
| 128 | |
| 129 | core::TensorValue add_same( |
| 130 | core::ModuleBuildContext & ctx, |
| 131 | const core::TensorValue & lhs, |
| 132 | const core::TensorValue & rhs) { |
| 133 | return AddModule().build(ctx, lhs, rhs); |
| 134 | } |
| 135 | |
| 136 | core::TensorValue add_scalar( |
| 137 | core::ModuleBuildContext & ctx, |
no test coverage detected