MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / cancellable_call

Method cancellable_call

tensorflow/python/eager/function.py:1250–1252  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1248 """
1249
1250 def cancellable_call(*args, **kwargs):
1251 return self._call_impl(
1252 args, kwargs, cancellation_manager=cancellation_manager)
1253
1254 return cancellable_call
1255

Callers

nothing calls this directly

Calls 1

_call_implMethod · 0.95

Tested by

no test coverage detected