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