A tensor-like object whose value can be updated only up until execution. After creating the freezable variable, you can update its value by calling `var.update_value(new_value)` (similar to a regular variable). Unlike an actual variable, the value used during execution is the current value
(value, shape=None, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected