(self)
| 193 | |
| 194 | # Graph operations |
| 195 | def create_graph(self): |
| 196 | return self.hpu.HPUGraph() |
| 197 | |
| 198 | def capture_to_graph(self, graph, pool=None, stream=None): |
| 199 | return self.hpu.graph(graph, stream=stream) |
no outgoing calls
no test coverage detected