MCPcopy Create free account
hub / github.com/ProvableHQ/python-sdk / _parse_leo_output

Method _parse_leo_output

zkml/zkml/leo_transpiler.py:247–329  ·  view source on GitHub ↗

Parse the Leo output. Parameters ---------- command : str The command that was executed. result : str The Leo output. input : Union[ndarray, List[float]], optional The input sample for which the output was computed, by defa

(
        self,
        command: str,
        result: str,
        input: Optional[Union[ndarray, List[float]]] = None,
        runtime: Optional[float] = None,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_handle_run_executeMethod · 0.95

Calls 2

LeoComputationClass · 0.85
ZeroKnowledgeProofClass · 0.85

Tested by

no test coverage detected