MCPcopy Index your code
hub / github.com/apache/tvm / cpu

Method cpu

jvm/core/src/main/java/org/apache/tvm/rpc/RPCSession.java:99–101  ·  view source on GitHub ↗

Construct remote CPU device. @param devId device id. @return Remote CPU device.

(int devId)

Source from the content-addressed store, hash-verified

97 * @return Remote CPU device.
98 */
99 public Device cpu(int devId) {
100 return Device.cpu(devId);
101 }
102
103 /**
104 * Construct remote CPU device.

Callers

nothing calls this directly

Calls 1

cpuMethod · 0.95

Tested by

no test coverage detected