Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py17 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()
[all …]