Searched refs:bins (Results 1 – 1 of 1) sorted by relevance
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 279 plt.hist(diff, bins=50, log=True) 309 def __sns_distplot(self, layer, bins, ax, range, relative_error): argument 310 sns.distplot(self.tensor_dict.calc_diff(layer, relative_error=relative_error), bins=bins, 313 def __plt_hist(self, layer, bins, ax, range, relative_error): argument 314 ax.hist(self.tensor_dict.calc_diff(layer, relative_error=relative_error), bins=bins, 322 def update_hist_data(self, i, fig, ax1, ax2, bins=50, plot_library='sns'): argument 337 hist_func(layer=layer, bins=bins, ax=ax1, 339 hist_func(layer=layer, bins=bins, ax=ax2, 462 def update_hist_comparison_data(self, i, fig, axs, bins=50): argument 485 sns.distplot(model_data.tensor_dict.calc_diff(layer, relative_error=False), bins=bins,
|