View source on GitHub |
Materializes the tff.program.MaterializableValueReference
s in value
.
tff.program.materialize_value(
value
)
Args | |
---|---|
value
|
A tff.program.MaterializableStructure to materialize.
|
Returns | |
---|---|
A tff.program.MaterializedStructure .
|