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

Method __str__

python/cuda_tile/dialects/cuda_tile_ops.py:474–475  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

472 self.rhs_signed = rhs_signed
473
474 def __str__(self):
475 return self.name
476
477 def __repr__(self):
478 return f"MMAConfig({self.name})"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected