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

Method __init__

python/cuda_tile/dialects/cuda_tile_ops.py:5019–5021  ·  view source on GitHub ↗
(self, sym_name, *, loc=None, ip=None)

Source from the content-addressed store, hash-verified

5017 """Specialization for the module op class."""
5018
5019 def __init__(self, sym_name, *, loc=None, ip=None):
5020 super().__init__(sym_name, loc=loc, ip=ip)
5021 body = self.regions[0].blocks.append()
5022
5023 @property
5024 def body(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected