{"id":"compute.parity--OracleConvolve1DInts","name":"OracleConvolve1DInts","owner":"yeho","package":"compute.parity","kind":"function","signature":"external OracleConvolve1DInts(list of int signal, list of int weights, int stride) returns list of int","description":"Oracle convolve1 dints.","context":"Compare numerical results with explicit tolerances and CPU-reference evidence.","parameters":[{"name":"signal","type":"list of int","description":"Supply signal as list of int."},{"name":"weights","type":"list of int","description":"Supply weights as list of int."},{"name":"stride","type":"int","description":"Supply stride as int."}],"returns":"list of int","members":[],"tags":["compute","compute.parity","cpu","function","parity","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/parity/numerics_contract.yh","line":520,"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 OracleConvolve1DInts","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.\nlist of int signal = []\nlist of int weights = []\nint stride = 4\nlist of int result = OracleConvolve1DInts(signal, weights, stride)\nConsole.Log(Text.From(result.count))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_parity__oracleconvolve1dints\"\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":"21b08d4cd49fc5beb664c95e0615272c705d978b2fef53af1a01e6a752c9bc88","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.parity--OracleConvolve1DInts","json":"https://demonhunterlabs.com/reference/items/compute.parity--OracleConvolve1DInts.json","markdown":"https://demonhunterlabs.com/reference/text/compute.parity--OracleConvolve1DInts.md"}
