{"id":"compute.parity--numericalIntBackendResult","name":"numericalIntBackendResult","owner":"yeho","package":"compute.parity","kind":"thing","signature":"external thing numericalIntBackendResult","description":"A numerical int backend result record carrying schema, schemaVersion, operation, dtype, dimensions, and related state.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[],"returns":"void","members":[{"name":"schema","kind":"field","type":"text","description":"Stores schema as text.","signature":"text schema","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"schemaVersion","kind":"field","type":"int","description":"Stores schema version as int.","signature":"int schemaVersion","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"operation","kind":"field","type":"text","description":"Stores operation as text.","signature":"text operation","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"dtype","kind":"field","type":"text","description":"Stores dtype as text.","signature":"text dtype","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"dimensions","kind":"field","type":"list of int","description":"Stores dimensions as list of int.","signature":"list of int dimensions","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"seed","kind":"field","type":"int","description":"Stores seed as int.","signature":"int seed","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"device","kind":"field","type":"text","description":"Stores device as text.","signature":"text device","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"adapter","kind":"field","type":"text","description":"Stores adapter as text.","signature":"text adapter","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"values","kind":"field","type":"list of int","description":"Stores values as list of int.","signature":"list of int values","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"status","kind":"field","type":"text","description":"Stores status as text.","signature":"text status","tags":["thing","field","compute.parity"],"updated":"2026-09-09"},{"name":"numericalIntBackendResult","kind":"constructor","parameters":[{"name":"operation","type":"text","description":"Operation."},{"name":"dimensions","type":"list of int","description":"Dimensions."},{"name":"seed","type":"int","description":"Seed."},{"name":"device","type":"text","description":"Device."},{"name":"adapter","type":"text","description":"Adapter."},{"name":"values","type":"list of int","description":"Values."},{"name":"status","type":"text","description":"Status."}],"returns":"void","signature":"numericalIntBackendResult(text operation, list of int dimensions, int seed, text device, text adapter, list of int values, text status)","description":"Numerical int backend result.","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-11","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/numerics_contract.yh","line":167,"sha256":"2c3f4b7218dfafc278b958c5853b36c89a750b41d7333abafc5978442a7b2ca7"},"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 numericalIntBackendResult","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.\nnumericalIntBackendResult sample = numericalIntBackendResult(\"operation\", [], 1, \"device\", \"adapter\", [], \"ready\")\nConsole.Log(Text.From(sample.schema))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__numericalintbackendresult\"\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":"682163a988193ab7fae85c1ddf2f9a06c433ec733c594c97ebad9a6b2380d617","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-11","title":"numericalIntBackendResult.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.\nnumericalIntBackendResult instance = numericalIntBackendResult(\"operation\", [], 1, \"device\", \"adapter\", [], \"ready\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__numericalintbackendresult\"\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":"6d65c80b139f0f70c589411ecc4c1d41700251422dd7c0e5bc7912bfe22dfa7c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["schema","schemaVersion","operation","dtype","dimensions","seed","device","adapter","values","status","numericalIntBackendResult","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--numericalIntBackendResult","json":"https://demonhunterlabs.com/reference/items/compute.parity--numericalIntBackendResult.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--numericalIntBackendResult.md"}
