Searched refs:fig (Results 1 – 2 of 2) sorted by relevance
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 322 def update_hist_data(self, i, fig, ax1, ax2, bins=50, plot_library='sns'): argument 326 subtitle = fig.suptitle('{} | {}\n{}' 343 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9)) 344 ani = animation.FuncAnimation(fig, self.update_hist_data, self.__get_layer_num(), 345 fargs=(fig, ax1, ax2), 357 def update_heatmap_data(self, i, fig, axs): argument 361 subtitle = fig.suptitle('{} | {}\n{}\n' 383 fig = plt.figure(constrained_layout=True, figsize=figsize) 386 spec = fig.add_gridspec(ncols=3, nrows=2, width_ratios=widths, 392 axs[-1].append(fig.add_subplot(spec[row, col])) [all …]
|
/test/mlts/models/assets/image_classification/ |
D | labels.txt | 954 fig
|