| 338 | } |
| 339 | |
| 340 | void Elemwise::add_input_layout_constraint() { |
| 341 | for (auto i : input()) { |
| 342 | i->add_layout_constraint_monotone(); |
| 343 | } |
| 344 | } |
| 345 | |
| 346 | void Elemwise::call_megdnn_opr_exec( |
| 347 | CompNode comp_node, megdnn::TensorNDArray& inp, const megdnn::TensorND& out, |
nothing calls this directly
no test coverage detected