Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ update
Function
update
tensorflow/python/keras/backend.py:1572–1573 ·
view source on GitHub ↗
(x, new_x)
Source
from the content-addressed store, hash-verified
1570
1571
@keras_export(
'keras.backend.update'
)
1572
def
update(x, new_x):
1573
return
state_ops.assign(x, new_x)
1574
1575
1576
@keras_export(
'keras.backend.update_add'
)
Callers
12
testFunctionModifiesInputDict
Method · 0.50
add_update
Method · 0.50
process_update
Method · 0.50
update
Method · 0.50
update
Method · 0.50
add_to_cache
Method · 0.50
add_to_cache
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
operator()
Method · 0.50
GPU_1D_KERNEL_LOOP
Function · 0.50
Calls
1
assign
Method · 0.45
Tested by
1
testFunctionModifiesInputDict
Method · 0.40