Searched refs:ax2 (Results 1 – 1 of 1) sorted by relevance
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 227 def updateData(self, i, fig, ax1, ax2, bins=50): argument 233 for ax in (ax1, ax2): 236 ax2.set_title('Absolute Error') 240 ax2.hist(self.tensor_dict.calc_diff(layer, relative_error=False), bins=bins, 246 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9)) 248 fargs=(fig, ax1, ax2),
|