Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py817 def Execute(self, arguments=(), check_for_deleted_args=True): argument
819 if check_for_deleted_args and any(arg.is_deleted() for arg in arguments):