MCPcopy 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
231def _extract_output(outputs, request):
232 if request in outputs:
233 return outputs[request]
234 return outputs[request.name]
235
236
237class EveryN(BaseMonitor):

Callers 6

every_n_step_endMethod · 0.85
every_n_step_endMethod · 0.85
every_n_step_endMethod · 0.85
every_n_step_endMethod · 0.85
compareMethod · 0.85
every_n_step_endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected