Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ __init__
Method
__init__
tests/python/test_function.py:374–375 ·
view source on GitHub ↗
(self, value: int)
Source
from the content-addressed store, hash-verified
372
373
class
IntProtocol:
374
def
__init__(self, value: int) -> None:
375
self.value = value
376
377
def
__tvm_ffi_int__(self) -> int:
378
return
self.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected