Home
last modified time | relevance | path

Searched refs:get_cancelable_function (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcancellation.py37 def get_cancelable_function(self, concrete_function): member in CancellationManager
H A Dremote_test.py380 cancelable_func = c_mgr.get_cancelable_function(f.get_concrete_function())
404 cancelable_func = c_mgr.get_cancelable_function(f.get_concrete_function())
H A Dfunction_test.py3595 cancelable_func = c_mgr.get_cancelable_function(f.get_concrete_function())
3613 cancelable_func = c_mgr.get_cancelable_function(f.get_concrete_function())
3638 cancelable_func = c_mgr.get_cancelable_function(f.get_concrete_function())
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dmulti_device_iterator_test.py83 cancel_mgr.get_cancelable_function(
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator.py228 self._function = cancellation_mgr.get_cancelable_function(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcollective_ops_test.py1212 cancelable_collective = my_cancellation.get_cancelable_function(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dfunctional_ops_test.py605 cancel_mgr.get_cancelable_function(run.get_concrete_function())()