MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / __init__

Method __init__

src/scripts/perf/plotPerformance.py:173–176  ·  view source on GitHub ↗
(self, inlabel, inxdata, inydata)

Source from the content-addressed store, hash-verified

171
172 class DataForOnePlot:
173 def __init__(self, inlabel, inxdata, inydata):
174 self.label = inlabel
175 self.xdata = inxdata
176 self.ydata = inydata
177
178 dataForAllPlots = []
179 for plot in plots:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected