| 142 | } |
| 143 | |
| 144 | Status FrameView::InferFromGraphView(const utils::GraphView& graph_view) { |
| 145 | return InferFromGraphViewT(graph_view); |
| 146 | } |
| 147 | |
| 148 | Status FrameView::InferFromGraphView( |
| 149 | const utils::MutableGraphView& graph_view) { |
no outgoing calls