{"id":"compute.kernels--TensorKernelReport","name":"TensorKernelReport","owner":"yeho","package":"compute.kernels","kind":"function","signature":"external TensorKernelReport(text label, text operationKind, text executionPath, int inputCount, int outputCount, int blockCount, bool cacheable, bool fallbackUsed, text note) returns kernelTensorReport","description":"Tensor kernel report.","context":"Describe reusable compute kernels and their workload contracts.","parameters":[{"name":"label","type":"text","description":"Supply label as text."},{"name":"operationKind","type":"text","description":"Supply operation kind as text."},{"name":"executionPath","type":"text","description":"Supply execution path as text."},{"name":"inputCount","type":"int","description":"Supply input count as int."},{"name":"outputCount","type":"int","description":"Supply output count as int."},{"name":"blockCount","type":"int","description":"Supply block count as int."},{"name":"cacheable","type":"bool","description":"Supply cacheable as bool."},{"name":"fallbackUsed","type":"bool","description":"Supply fallback used as bool."},{"name":"note","type":"text","description":"Supply note as text."}],"returns":"kernelTensorReport","members":[],"tags":["compute","compute.kernels","cpu","function","kernels","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/kernels/kernels.yh","line":1080,"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 TensorKernelReport","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.\ntext label = \"Player health\"\ntext operationKind = \"operation Kind\"\ntext executionPath = \"execution Path\"\nint inputCount = 1\nint outputCount = 1\nint blockCount = 1\nbool cacheable = true\nbool fallbackUsed = true\ntext note = \"note\"\nkernelTensorReport result = TensorKernelReport(label, operationKind, executionPath, inputCount, outputCount, blockCount, cacheable, fallbackUsed, note)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_kernels__tensorkernelreport\"\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":"8c513032ab9ee95b8bbd9a4ac1caa871a8ed9a373547124b9479333e91cc3cbc","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.kernels--TensorKernelReport","json":"https://demonhunterlabs.com/reference/items/compute.kernels--TensorKernelReport.json","markdown":"https://demonhunterlabs.com/reference/text/compute.kernels--TensorKernelReport.md"}
