MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / getOpInfoFileName

Method getOpInfoFileName

tools/CrossStackProfiler/CspFileReader.py:274–275  ·  view source on GitHub ↗
(self, groupId, gpuId, tmpPath="./tmp")

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

getFileNameMethod · 0.95

Tested by

no test coverage detected