MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / MarkInputContiguous

Method MarkInputContiguous

src/gopt/test/reformat_manager.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311MGB_DYN_TYPE_OBJ_FINAL_IMPL(ReformatProfiler::MarkInputContiguous);
312
313ReformatProfiler::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
320SymbolVar ReformatProfiler::MarkInputContiguous::make(
321 SymbolVar node, const OperatorNodeConfig& config) {

Callers

nothing calls this directly

Calls 1

owner_graphMethod · 0.45

Tested by

no test coverage detected