{"id":"compute.parity--parityEvidence","name":"parityEvidence","owner":"yeho","package":"compute.parity","kind":"thing","signature":"external thing parityEvidence","description":"A parity evidence record carrying label, timing, trace, summary, note.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[],"returns":"void","members":[{"name":"label","kind":"field","type":"text","description":"Stores label as text.","signature":"text label","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"timing","kind":"field","type":"profileTiming","description":"Stores timing as profileTiming.","signature":"profileTiming timing","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"trace","kind":"field","type":"profileTrace","description":"Stores trace as profileTrace.","signature":"profileTrace trace","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"summary","kind":"field","type":"paritySummary","description":"Stores summary as paritySummary.","signature":"paritySummary summary","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"note","kind":"field","type":"text","description":"Stores note as text.","signature":"text note","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"parityEvidence","kind":"constructor","parameters":[{"name":"label","type":"text","description":"Label."},{"name":"timing","type":"profileTiming","description":"Timing."},{"name":"trace","type":"profileTrace","description":"Trace."},{"name":"summary","type":"paritySummary","description":"Summary."},{"name":"note","type":"text","description":"Note."}],"returns":"void","signature":"parityEvidence(text label, profileTiming timing, profileTrace trace, paritySummary summary, text note)","description":"Parity evidence.","tags":["thing","constructor","compute.parity"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.parity"],"exampleId":"method-Describe-6","updated":"2026-09-09"}],"tags":["compute","compute.parity","cpu","method","parity","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/parity_reports.yh","line":53,"sha256":"d3e5e20497f1fa9247dd9faae7257917966e51621273f167165ec16567ef78a4"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use parityEvidence","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.parity\n\n// Compare numerical results with explicit tolerances and CPU-reference evidence.\nparityEvidence sample = parityEvidence(\"Player health\", profileTiming(\"Player health\", \"stage\", \"origin\", 1, 1, \"note\"), profileTrace(\"Player health\", shapeTrace(\"Player health\", \"origin\", tensorShape(\"element Type\", []), \"note\"), valueTrace(\"Player health\", \"origin\", [], \"note\"), \"note\"), paritySummary(), \"note\")\nConsole.Log(Text.From(sample.label))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__parityevidence\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.parity\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/parity\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.simd\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/simd\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"1d9ed468c8942f5832cf9c21cd5da2b42eac4d79d98331645172d6bf01ac8291","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-6","title":"parityEvidence.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.parity\n\n// Describe.\nparityEvidence instance = parityEvidence(\"Player health\", profileTiming(\"Player health\", \"stage\", \"origin\", 1, 1, \"note\"), profileTrace(\"Player health\", shapeTrace(\"Player health\", \"origin\", tensorShape(\"element Type\", []), \"note\"), valueTrace(\"Player health\", \"origin\", [], \"note\"), \"note\"), paritySummary(), \"note\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__parityevidence\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.parity\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/parity\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.simd\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/simd\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"6e470c5b8566841df2c742ad8b66f6c3ba94bd3548fc571cffc8c8983a4d7369","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["label","timing","trace","summary","note","parityEvidence","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--parityEvidence","json":"https://demonhunterlabs.com/reference/items/compute.parity--parityEvidence.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--parityEvidence.md"}
