| 28 | InferShapeCallback m_infer_shape_callback; |
| 29 | |
| 30 | void scn_do_execute() override { |
| 31 | output(0)->dev_tensor().copy_from_fixlayout(input(0)->dev_tensor()); |
| 32 | } |
| 33 | |
| 34 | void init_output_static_infer_desc() override { |
| 35 | using namespace cg::static_infer; |
nothing calls this directly
no test coverage detected