Inconsistent docstrings have been fixed using docsig tool.
To run docsig: docsig -c -D -o -P -p oodeel/
See docsig documentation
Note that docstrings of all operators were left unchanged (operator.py, tf_operator.py and torch_operator.py). It seems that it does not bring much value to document all these atomic operators.
Inconsistent docstrings have been fixed using
docsig
tool. To run docsig:docsig -c -D -o -P -p oodeel/
See docsig documentationNote that docstrings of all operators were left unchanged (
operator.py
,tf_operator.py
andtorch_operator.py
). It seems that it does not bring much value to document all these atomic operators.