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

Method impl

imperative/src/impl/op_trait.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void OpMethFallbackByProxyGraph::impl(
32 ApplyOnPhysicalTensor& func, op_meth_tag::ApplyOnPhysicalTensor) {
33 func.Base::operator=(proxy_graph_detail::apply_on_physical_tensor);
34}
35void OpMethFallbackByProxyGraph::impl(
36 InferOutputAttrsFallible& func, op_meth_tag::InferOutputAttrsFallible) {
37 func.Base::operator=(proxy_graph_detail::infer_output_attrs_fallible);

Callers 1

apply_on_var_nodeFunction · 0.45

Calls 2

funcFunction · 0.50
traitMethod · 0.45

Tested by

no test coverage detected