Lines Matching refs:plt
17 import matplotlib.pyplot as plt namespace
278 plt.figure()
279 plt.hist(diff, bins=50, log=True)
280 plt.plot()
343 fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(12,9))
350 plt.close()
383 fig = plt.figure(constrained_layout=True, figsize=figsize)
400 plt.close()
409 plt.title('Heat Map of Error between CPU and NNAPI')
414 plt.show()
494 fig = plt.figure(figsize=(5 * N, 4 * N))
509 plt.close()