| 311 | MGB_DYN_TYPE_OBJ_FINAL_IMPL(ReformatProfiler::MarkInputContiguous); |
| 312 | |
| 313 | ReformatProfiler::MarkInputContiguous::MarkInputContiguous( |
| 314 | VarNode* node, const OperatorNodeConfig& config) |
| 315 | : Super(node->owner_graph(), config, "mark_contiguous", {node}) { |
| 316 | add_input({node}); |
| 317 | add_output(None); |
| 318 | } |
| 319 | |
| 320 | SymbolVar ReformatProfiler::MarkInputContiguous::make( |
| 321 | SymbolVar node, const OperatorNodeConfig& config) { |
nothing calls this directly
no test coverage detected