Searched refs:bins (Results 1 – 1 of 1) sorted by relevance
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 200 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,
|