oryx.core.state.variable
Stay organized with collections
Save and categorize content based on your preferences.
Tags a value as a variable.
oryx.core.state.variable(
value, *, name: str, key=None, mode: str = 'strict'
)
variable
should be used to initialize state in stateful functions.
Typically, variable
will be called with a value downstream of an
initialization key. The init
transformation will then pull all values tagged
as variables in a function body and store them in a Module
.
Args |
value
|
JAX value to be tagged as variable.
|
name
|
string name for the value.
|
key
|
JAX value that is used to tie in value .
Default value: None
|
mode
|
string name for sow mode (see harvest documentation).
Default value: 'strict'
|
Returns |
The value that was passed in.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-23 UTC."],[],[]]