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

Method hexagon

python/tvm/rpc/client.py:247–249  ·  view source on GitHub ↗

Construct Hexagon device.

(self, dev_id=0)

Source from the content-addressed store, hash-verified

245 return self.device(DLDeviceType.kDLExtDev, dev_id)
246
247 def hexagon(self, dev_id=0):
248 """Construct Hexagon device."""
249 return self.device(DLDeviceType.kDLHexagon, dev_id)
250
251 def webgpu(self, dev_id=0):
252 """Construct WebGPU device."""

Callers

nothing calls this directly

Calls 1

deviceMethod · 0.95

Tested by

no test coverage detected