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

Method getOpInfoDict

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

Source from the content-addressed store, hash-verified

284 return os.path.join(tmpPath, f"{name}_{groupId}_{gpuId}.json")
285
286 def getOpInfoDict(self, groupId, gpuId, tmpPath="./tmp"):
287 return self.getDict("opinfo", groupId, gpuId, tmpPath)
288
289 def getDcgmInfoDict(self, groupId, gpuId, tmpPath="./tmp"):
290 return self.getDict("dcgm", groupId, gpuId, tmpPath)

Callers 1

Calls 1

getDictMethod · 0.95

Tested by

no test coverage detected