MCPcopy Create free account
hub / github.com/alibaba/nann / freezable_variable

Function freezable_variable

tensorflow/tensorflow/python/keras/backend.py:1074–1120  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

get_graphFunction · 0.85
as_defaultMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected