MCPcopy Create free account
hub / github.com/apache/tvm-ffi / sum

Method sum

python/tvm_ffi/testing/testing.py:94–94  ·  view source on GitHub ↗
(self, /)

Source from the content-addressed store, hash-verified

92 def __init__(self, a: int, b: int) -> None: ...
93 def __ffi_init__(self, _0: int, _1: int, /) -> None: ... # ty: ignore[invalid-method-override]
94 def sum(self, /) -> int: ...
95 # fmt: on
96 # tvm-ffi-stubgen(end)
97

Calls

no outgoing calls

Tested by

no test coverage detected