Searched refs:figsize (Results 1 – 1 of 1) sorted by relevance
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 343 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9)) 382 def gen_heatmap_animation(self, save_video_path=None, video_fps=10, figsize=(13,6)): argument 383 fig = plt.figure(constrained_layout=True, figsize=figsize) 408 fig, ax = subplots(figsize=(9, 9)) 494 fig = plt.figure(figsize=(5 * N, 4 * N))
|