{"id":"compute.kernels--quantizedPathSpec","name":"quantizedPathSpec","owner":"yeho","package":"compute.kernels","kind":"thing","signature":"external thing quantizedPathSpec","description":"A quantized path spec record carrying name, scaleNumerator, scaleDenominator, zeroPoint, minimumCode, and related state.","context":"Describe reusable compute kernels and their workload contracts.","parameters":[],"returns":"void","members":[{"name":"name","kind":"field","type":"text","description":"Stores name as text.","signature":"text name","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"scaleNumerator","kind":"field","type":"int","description":"Stores scale numerator as int.","signature":"int scaleNumerator","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"scaleDenominator","kind":"field","type":"int","description":"Stores scale denominator as int.","signature":"int scaleDenominator","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"zeroPoint","kind":"field","type":"int","description":"Stores zero point as int.","signature":"int zeroPoint","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"minimumCode","kind":"field","type":"int","description":"Stores minimum code as int.","signature":"int minimumCode","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"maximumCode","kind":"field","type":"int","description":"Stores maximum code as int.","signature":"int maximumCode","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"note","kind":"field","type":"text","description":"Stores note as text.","signature":"text note","tags":["thing","field","compute.kernels"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.kernels"],"exampleId":"method-Describe-7","updated":"2026-09-09"}],"tags":["compute","compute.kernels","cpu","kernels","method","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/kernels/kernels.yh","line":138,"sha256":"eb4444b87d310bd2ce773d7a2b3595d3aabcb11b9e26ad50c690dcfc9161ba24"},"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 quantizedPathSpec","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.kernels\n\n// Describe reusable compute kernels and their workload contracts.\nquantizedPathSpec sample = quantizedPathSpec()\nConsole.Log(Text.From(sample.name))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_kernels__quantizedpathspec\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.kernels\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/kernels\"\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":"a959d664b43e0764f02074a0fe521a18db8f3de26f84a59a6ec68a2bceedbd39","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-7","title":"quantizedPathSpec.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.kernels\n\n// Describe.\nquantizedPathSpec instance = quantizedPathSpec()\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_kernels__quantizedpathspec\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.kernels\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/kernels\"\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":"20ed2237af8f6d04bdcd6544fb1e26a461871ec0708e82ca0dfd81d2453c4a6f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["name","scaleNumerator","scaleDenominator","zeroPoint","minimumCode","maximumCode","note","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.kernels--quantizedPathSpec","json":"https://demonhunterlabs.com/reference/items/compute.kernels--quantizedPathSpec.json","markdown":"https://demonhunterlabs.com/reference/text/compute.kernels--quantizedPathSpec.md"}
