| 168 | } |
| 169 | |
| 170 | void init_output_static_infer_desc() override { |
| 171 | using namespace cg::static_infer; |
| 172 | owner_graph()->static_infer_manager().register_shape_infer( |
| 173 | output(0), ShapeInferDesc::make_const({})); |
| 174 | } |
| 175 | |
| 176 | void add_input_layout_constraint() override { |
| 177 | if (owner_graph()->options().comp_node_seq_record_level) { |
nothing calls this directly
no test coverage detected