oryx.core.state.assign
Stay organized with collections
Save and categorize content based on your preferences.
Assigns a value to a variable.
oryx.core.state.assign(
value, *, name: str, key=None, mode: str = 'clobber'
)
In a stateful function, assign is used define state updates. In particular,
when a function with an assign is transformed using init, it returns a
Module whose call_and_update returns the values tagged as assign as its
second output. init requires that an assigned value must have a matching
variable (as defined by the name).
Args |
value
|
JAX value to be assigned.
|
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: 'clobber'
|
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."],[],[]]