Skip to content

Commit cb9ea2f

Browse files
committed
[checkpoint] lint
1 parent 9027c97 commit cb9ea2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/tvm/relay/transform/transform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ def PlanDevices(config):
11681168
every Relay sub-expression should run and the result stored. Captures the result of that
11691169
analysis using new "on_device" and "device_copy" calls. Sub-expressions which are
11701170
not otherwise constrained are assigned to the default primitive virtual device describe by
1171-
config. However data and computations which must be hosted on a CPU (such as shapes and shape functions)
1172-
use the host virtual device of the config.
1171+
config. However data and computations which must be hosted on a CPU (such as shapes and
1172+
shape functions) use the host virtual device of the config.
11731173
11741174
Parameters
11751175
----------

0 commit comments

Comments
 (0)