MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_value

Function get_value

tensorflow/python/keras/backend.py:1110–1111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1108 x._current_value = new_value
1109
1110 def get_value():
1111 return x._current_value
1112
1113 x.update_value = update_value
1114 x.get_value = get_value

Callers 3

evalFunction · 0.85
HandleGatherMethod · 0.85

Calls 6

is_tensorMethod · 0.80
executing_eagerlyMethod · 0.80
functionFunction · 0.70
get_sessionFunction · 0.70
numpyMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected