File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/tvm/relay/transform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ----------
You can’t perform that action at this time.
0 commit comments