Home
last modified time | relevance | path

Searched defs:cancellation_mgr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py61 def __init__(self, function, cancellation_mgr=None, args=None, kwargs=None): argument
214 def _create_closure(self, cancellation_mgr): argument
H A Dcluster_coordinator.py192 def __init__(self, function, cancellation_mgr, args=None, kwargs=None): argument