{"id":"compute.graph--graphTrainingPlan","name":"graphTrainingPlan","owner":"yeho","package":"compute.graph","kind":"thing","signature":"external thing graphTrainingPlan","description":"A graph training plan record carrying name, executionPlan, gradient, optimizer, checkpoint, and related state.","context":"Describe compute work as an explicit graph with package-owned validation and scheduling metadata.","parameters":[],"returns":"void","members":[{"name":"name","kind":"field","type":"text","description":"Stores name as text.","signature":"text name","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"executionPlan","kind":"field","type":"graphExecutionPlan","description":"Stores execution plan as graphExecutionPlan.","signature":"graphExecutionPlan executionPlan","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"gradient","kind":"field","type":"graphGradientSpec","description":"Stores gradient as graphGradientSpec.","signature":"graphGradientSpec gradient","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"optimizer","kind":"field","type":"graphOptimizerState","description":"Stores optimizer as graphOptimizerState.","signature":"graphOptimizerState optimizer","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"checkpoint","kind":"field","type":"graphCheckpointPolicy","description":"Stores checkpoint as graphCheckpointPolicy.","signature":"graphCheckpointPolicy checkpoint","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"reproducibility","kind":"field","type":"graphReproducibilitySettings","description":"Stores reproducibility as graphReproducibilitySettings.","signature":"graphReproducibilitySettings reproducibility","tags":["thing","field","compute.graph"],"updated":"2026-09-09"},{"name":"datasetKey","kind":"field","type":"text","description":"Stores dataset key as text.","signature":"text datasetKey","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":"graphTrainingPlan","kind":"constructor","parameters":[{"name":"name","type":"text","description":"Name."},{"name":"executionPlan","type":"graphExecutionPlan","description":"Execution plan."},{"name":"gradient","type":"graphGradientSpec","description":"Gradient."},{"name":"optimizer","type":"graphOptimizerState","description":"Optimizer."},{"name":"checkpoint","type":"graphCheckpointPolicy","description":"Checkpoint."},{"name":"reproducibility","type":"graphReproducibilitySettings","description":"Reproducibility."},{"name":"datasetKey","type":"text","description":"Dataset key."},{"name":"note","type":"text","description":"Note."}],"returns":"void","signature":"graphTrainingPlan(text name, graphExecutionPlan executionPlan, graphGradientSpec gradient, graphOptimizerState optimizer, graphCheckpointPolicy checkpoint, graphReproducibilitySettings reproducibility, text datasetKey, text note)","description":"Graph training plan.","tags":["thing","constructor","compute.graph"],"updated":"2026-09-09"},{"name":"CanResume","kind":"method","parameters":[],"returns":"bool","signature":"CanResume() returns bool","description":"Can resume.","tags":["thing","method","compute.graph"],"exampleId":"method-CanResume-9","updated":"2026-09-09"},{"name":"CanReuseCache","kind":"method","parameters":[],"returns":"bool","signature":"CanReuseCache() returns bool","description":"Can reuse cache.","tags":["thing","method","compute.graph"],"exampleId":"method-CanReuseCache-10","updated":"2026-09-09"},{"name":"HasFallback","kind":"method","parameters":[],"returns":"bool","signature":"HasFallback() returns bool","description":"Has fallback.","tags":["thing","method","compute.graph"],"exampleId":"method-HasFallback-11","updated":"2026-09-09"},{"name":"CacheKey","kind":"method","parameters":[],"returns":"text","signature":"CacheKey() returns text","description":"Cache key.","tags":["thing","method","compute.graph"],"exampleId":"method-CacheKey-12","updated":"2026-09-09"},{"name":"ReproducibilityKey","kind":"method","parameters":[],"returns":"text","signature":"ReproducibilityKey() returns text","description":"Reproducibility key.","tags":["thing","method","compute.graph"],"exampleId":"method-ReproducibilityKey-13","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-14","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/training.yh","line":135,"sha256":"df3f352a0daeea888785284ad41be26df4c606c7ffe50b68ed7188f4fcee4410"},"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 graphTrainingPlan","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.\ngraphTrainingPlan sample = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\nConsole.Log(Text.From(sample.name))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"68379ae4e6ef3ed3fd086d9807841f901cf4ace483db40dc1db33c62c83c3bb2","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CanResume-9","title":"graphTrainingPlan.CanResume","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Can resume.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\nbool result = instance.CanResume()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"32c094a0dc0a070b05c89cdb0a4c39de22737b13a6df2fa1bf2b97e0da235814","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CanReuseCache-10","title":"graphTrainingPlan.CanReuseCache","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Can reuse cache.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\nbool result = instance.CanReuseCache()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"d73e9f20e7c2c7e02caab586917839326d2e37930858b779a9776525e6a5246d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-HasFallback-11","title":"graphTrainingPlan.HasFallback","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Has fallback.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\nbool result = instance.HasFallback()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"0cbfb9f57955496a133e1f259c0da6ac5c8df877a73f53b806a6b7c17129a991","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CacheKey-12","title":"graphTrainingPlan.CacheKey","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Cache key.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\ntext result = instance.CacheKey()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"94f112327544373c71be348a6fe9bf1bedc52561e5b56f1d161cdf88d174a342","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ReproducibilityKey-13","title":"graphTrainingPlan.ReproducibilityKey","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.graph\n\n// Reproducibility key.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\ntext result = instance.ReproducibilityKey()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"73472039f3115cc0768dd27bb81744a7f959645b25fb2a29aec1ef1ac65c4876","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-14","title":"graphTrainingPlan.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.\ngraphTrainingPlan instance = graphTrainingPlan(\"Nova\", graphExecutionPlan(\"Nova\", graphModel(\"Nova\", \"model Kind\", [], [], \"note\"), graphCachePolicy(\"key\", \"scope\", true, true, \"note\"), graphFallbackPolicy(\"primary Path\", \"fallback Path\", \"reason\", true, true, \"note\"), graphSchedulerRule(\"Nova\", \"path Order\", \"fusion Rule\", \"cache Rule\", \"note\"), \"note\"), graphGradientSpec(\"Nova\", \"loss Kind\", \"target Kind\", 1, true, \"note\"), graphOptimizerState(\"key\", \"optimizer Kind\", \"learning Rate\", \"momentum\", \"weight Decay\", 1, \"note\"), graphCheckpointPolicy(\"key\", \"png\", \"location\", true, true, true, 1, \"note\"), graphReproducibilitySettings(\"key\", 1, true, true, true, \"backend Policy\", \"note\"), \"dataset Key\", \"note\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_graph__graphtrainingplan\"\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":"7b60a900abf0cc72a939807236d866c3a21353da2db408e48001c6741d9119d7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["name","executionPlan","gradient","optimizer","checkpoint","reproducibility","datasetKey","note","graphTrainingPlan","CanResume","CanReuseCache","HasFallback","CacheKey","ReproducibilityKey","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.graph--graphTrainingPlan","json":"https://demonhunterlabs.com/reference/items/compute.graph--graphTrainingPlan.json","markdown":"https://demonhunterlabs.com/reference/text/compute.graph--graphTrainingPlan.md"}
