Skip to content

Commit 6288088

Browse files
committed
doc
1 parent 324c34b commit 6288088

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

onnx_diagnostic/investigate/input_observer.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,15 @@ class InputCandidate:
104104
Any class is allowed as long as it can be flattened.
105105
106106
Args:
107-
args: Positional arguments.
108-
kwargs: Optional arguments.
109-
clone: Clone the inputs before storing them. Some tensors
107+
args:
108+
Positional arguments.
109+
kwargs:
110+
Optional arguments.
111+
clone:
112+
Clone the inputs before storing them. Some tensors
110113
may be modified inplace, the original value must be retained.
111-
cst_kwargs: Any optional arguments constant over multiple calls,
114+
cst_kwargs:
115+
Any optional arguments constant over multiple calls,
112116
int, float, str, bool values must be stored here.
113117
114118
The constructor flattens the received arguments.

0 commit comments

Comments
 (0)