Home
last modified time | relevance | path

Searched refs:bins (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/tools/
Dtensor_utils.py200 plt.hist(diff, bins=50, log=True)
227 def updateData(self, i, fig, ax1, ax2, bins=50): argument
237 ax1.hist(self.tensor_dict.calc_diff(layer, relative_error=True), bins=bins,
240 ax2.hist(self.tensor_dict.calc_diff(layer, relative_error=False), bins=bins,