Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ update_op
Method
update_op
tensorflow/python/training/optimizer.py:235–236 ·
view source on GitHub ↗
(self, optimizer, g)
Source
from the content-addressed store, hash-verified
233
return
self._v
234
235
def
update_op(self, optimizer, g):
236
raise
NotImplementedError(
"Trying to update a Tensor "
, self._v)
237
238
239
def
_get_processor(v):
Callers
2
apply_fn
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected