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

Function my_extern_array_func1

tests/python/codegen/test_target_codegen_extern.py:82–83  ·  view source on GitHub ↗
(aa, bb)

Source from the content-addressed store, hash-verified

80
81 @tvm.register_global_func
82 def my_extern_array_func1(aa, bb):
83 aa.copyto(bb)
84
85 def check_target(target):
86 if not tvm.testing.device_enabled(target):

Callers

nothing calls this directly

Calls 1

copytoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…