(self)
| 42 | self.label = label |
| 43 | |
| 44 | def __str__(self): |
| 45 | return self.x + 'x' + self.y + 'x' + self.z + ':' + self.batchsize + ', ' + self.device + ', ' + self.inlayout + '/' + self.outlayout + ', ' + self.placeness + ', ' + self.precision + ' -- ' + self.label |
| 46 | |
| 47 | class GraphPoint: |
| 48 | def __init__(self, |
nothing calls this directly
no outgoing calls
no test coverage detected