MCPcopy Create free account
hub / github.com/AlphaGPU/leetgpu-challenges / __init__

Method __init__

challenges/core/challenge_base.py:38–41  ·  view source on GitHub ↗
(self, shape, value=0.0, dtype="float32")

Source from the content-addressed store, hash-verified

36 """Constant-filled input (covers zeros / ones / full)."""
37
38 def __init__(self, shape, value=0.0, dtype="float32"):
39 self.shape = tuple(shape)
40 self.value = value
41 self.dtype = dtype
42
43
44class OutTensor:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected