MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / RandomInput

Class RandomInput

src/sol_execbench/core/data/workload.py:27–35  ·  view source on GitHub ↗

Random input generation descriptor. Represents a specification for generating random tensor input data during workload execution and benchmarking.

Source from the content-addressed store, hash-verified

25
26
27class RandomInput(BaseModelWithDocstrings):
28 """Random input generation descriptor.
29
30 Represents a specification for generating random tensor input data
31 during workload execution and benchmarking.
32 """
33
34 type: Literal["random"] = "random"
35 """The input type identifier for random data generation."""
36
37
38class ScalarInput(BaseModelWithDocstrings):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected