MCPcopy Create free account
hub / github.com/apache/tvm / Device

Method Device

jvm/core/src/main/java/org/apache/tvm/Device.java:160–163  ·  view source on GitHub ↗
(int deviceType, int deviceId)

Source from the content-addressed store, hash-verified

158 public final int deviceId;
159
160 public Device(int deviceType, int deviceId) {
161 this.deviceType = deviceType;
162 this.deviceId = deviceId;
163 }
164
165 public Device(String deviceType, int deviceId) {
166 this(DEVICE_NAME_TO_TYPE.get(deviceType), deviceId);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected