Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _extract_output
Function
_extract_output
tensorflow/contrib/learn/python/learn/monitors.py:231–234 ·
view source on GitHub ↗
(outputs, request)
Source
from the content-addressed store, hash-verified
229
230
231
def
_extract_output(outputs, request):
232
if
request in outputs:
233
return
outputs[request]
234
return
outputs[request.name]
235
236
237
class
EveryN(BaseMonitor):
Callers
6
every_n_step_end
Method · 0.85
every_n_step_end
Method · 0.85
every_n_step_end
Method · 0.85
every_n_step_end
Method · 0.85
compare
Method · 0.85
every_n_step_end
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected