MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / __init__

Method __init__

python/cuda_tile/dialects/cuda_tile_ops.py:1194–1200  ·  view source on GitHub ↗
(self, value: _ods_ir.Value)

Source from the content-addressed store, hash-verified

1192 value: _ods_ir.Value
1193
1194 def __init__(self, value: _ods_ir.Value):
1195 if isinstance(value, _ods_ir.Value) is False:
1196 raise Exception("Token value is not IR Value")
1197 if not TokenType.isinstance(value.type):
1198 raise Exception("Token must have TokenType type")
1199 super().__init__(value)
1200 self.value = value
1201
1202
1203# =============================================================================

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected