Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py322 def update_hist_data(self, i, fig, ax1, ax2, bins=50, plot_library='sns'): argument
329 for ax in (ax1, ax2):
332 ax2.set_title('Absolute Error')
339 hist_func(layer=layer, bins=bins, ax=ax2,
343 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9))
345 fargs=(fig, ax1, ax2),