(self, groupId, gpuId, tmpPath="./tmp")
| 272 | return ls_return |
| 273 | |
| 274 | def getOpInfoFileName(self, groupId, gpuId, tmpPath="./tmp"): |
| 275 | return self.getFileName("opinfo", groupId, gpuId, tmpPath) |
| 276 | |
| 277 | def getPipeLineInfoFileName(self, groupId, gpuId, tmpPath="./tmp"): |
| 278 | return self.getFileName("pipelineinfo", groupId, gpuId, tmpPath) |
nothing calls this directly
no test coverage detected