File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ class TegraObserver(BenchmarkObserver):
117117 :param observables: List of quantities should be observed during tuning, supported is: "core_freq"
118118 :type observables: list of strings
119119
120- :param device: Device ordinal used to identify your device, typically 0
121- :type device: integer
122-
123120 :param save_all: If set to True, all data collected by the TegraObserver for every iteration during benchmarking will be returned.
124121 If set to False, data will be aggregated over multiple iterations during benchmarking. False by default.
125122 :type save_all: boolean
@@ -129,7 +126,6 @@ class TegraObserver(BenchmarkObserver):
129126 def __init__ (
130127 self ,
131128 observables ,
132- device = 0 ,
133129 save_all = False
134130 ):
135131 """Create a TegraObserver"""
You can’t perform that action at this time.
0 commit comments