Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py227 def updateData(self, i, fig, ax1, ax2, bins=50): argument
233 for ax in (ax1, ax2):
235 ax1.set_title('Relative Error')
237 ax1.hist(self.tensor_dict.calc_diff(layer, relative_error=True), bins=bins,
246 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9))
248 fargs=(fig, ax1, ax2),