| 107 | } |
| 108 | |
| 109 | core::TensorValue add_same( |
| 110 | core::ModuleBuildContext & ctx, |
| 111 | const core::TensorValue & lhs, |
| 112 | const core::TensorValue & rhs) { |
| 113 | return AddModule().build(ctx, lhs, rhs); |
| 114 | } |
| 115 | |
| 116 | core::TensorValue scale( |
| 117 | core::ModuleBuildContext & ctx, |
no test coverage detected