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

Function get_input_layout_constraint

imperative/src/impl/subgraph_detail.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82SmallVector<LayoutConstraintCallback> get_input_layout_constraint(
83 const OpDef& def, const SmallVector<TensorPtr>& inputs) {
84 SmallVector<LayoutConstraintCallback> res(inputs.size());
85 return res;
86}
87
88EncodedSubgraph make_backward_graph_from_forward(
89 const EncodedSubgraph& forward_graph,

Callers 1

apply_on_physical_tensorFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected