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

Method __init__

challenges/core/challenge_base.py:48–50  ·  view source on GitHub ↗
(self, shape, dtype="float32")

Source from the content-addressed store, hash-verified

46 place (torch), omitted where they're returned functionally (jax)."""
47
48 def __init__(self, shape, dtype="float32"):
49 self.shape = tuple(shape)
50 self.dtype = dtype
51
52
53class ChallengeBase(ABC):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected