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