MCPcopy Create free account
hub / github.com/alibaba/nann / ExecutionCallback

Class ExecutionCallback

tensorflow/tensorflow/python/eager/execution_callbacks.py:34–49  ·  view source on GitHub ↗

Valid callback actions. These can be passed to `seterr` or `errstate` to create callbacks when specific events occur (e.g. an operation produces `NaN`s). IGNORE: take no action. PRINT: print a warning to `stdout`. RAISE: raise an error (e.g. `InfOrNanError`). WARN: print a warning

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

inf_nan_callbackFunction · 0.85
seterrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected