{"id":"compute.graph--graphExecutionStep","name":"graphExecutionStep","owner":"yeho","package":"compute.graph","kind":"thing","signature":"external thing graphExecutionStep","description":"A graph execution step record carrying nodeName, operatorKind, requestedPath, resolvedPath, cacheHit, and related state.","context":"Describe compute work as an explicit graph with package-owned validation and scheduling metadata.","parameters":[],"returns":"void","members":[{"name":"nodeName","kind":"field","type":"text","description":"Stores node name as text.","signature":"text nodeName","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"operatorKind","kind":"field","type":"text","description":"Stores operator kind as text.","signature":"text operatorKind","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"requestedPath","kind":"field","type":"text","description":"Stores requested path as text.","signature":"text requestedPath","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"resolvedPath","kind":"field","type":"text","description":"Stores resolved path as text.","signature":"text resolvedPath","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"cacheHit","kind":"field","type":"bool","description":"Stores cache hit as bool.","signature":"bool cacheHit","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"fallbackUsed","kind":"field","type":"bool","description":"Stores fallback used as bool.","signature":"bool fallbackUsed","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"fused","kind":"field","type":"bool","description":"Stores fused as bool.","signature":"bool fused","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"output","kind":"field","type":"tensorBuffer","description":"Stores output as tensorBuffer.","signature":"tensorBuffer output","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"note","kind":"field","type":"text","description":"Stores note as text.","signature":"text note","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.graph"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["compute","compute.graph","cpu","graph","method","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/graph/graph.yh","line":343,"sha256":"95bb29f53014a420ab0b1dfc18800f567a8e06f197650f133522eb254009014f"},"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 graphExecutionStep","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.graph\n\n// Describe compute work as an explicit graph with package-owned validation and scheduling metadata.\ngraphExecutionStep sample = graphExecutionStep()\nConsole.Log(Text.From(sample.nodeName))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphexecutionstep\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.buffer\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/buffer\"\n\n[[dependencies]]\npackage = \"compute.device\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/device\"\n\n[[dependencies]]\npackage = \"compute.graph\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/graph\"\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":"d8bf97e5751bd8d65941d4504f57eee5b059c2865426400db2448bf68aa77d07","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"graphExecutionStep.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Describe.\ngraphExecutionStep instance = graphExecutionStep()\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphexecutionstep\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.buffer\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/buffer\"\n\n[[dependencies]]\npackage = \"compute.device\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/device\"\n\n[[dependencies]]\npackage = \"compute.graph\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/graph\"\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":"03f292428a6c5b9d276d4b9267269e75ba034e562d571d72d0f46d01699edeef","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["nodeName","operatorKind","requestedPath","resolvedPath","cacheHit","fallbackUsed","fused","output","note","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.graph--graphExecutionStep","json":"https://demonhunterlabs.com/reference/items/compute.graph--graphExecutionStep.json","markdown":"https://demonhunterlabs.com/reference/text/compute.graph--graphExecutionStep.md"}
