Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py107 call_key=None, argument
150 call_type=call_type, call_key=call_key, graph_traceback=graph_traceback,
208 destinations, origin_stack, is_eager_execution=False, call_key=run_key,
Dgrpc_debug_test_server.py281 self._call_keys.append(request.call_key)
/external/python/funcsigs/funcsigs/
Dodict.py201 call_key = id(self), _get_ident()
202 if call_key in _repr_running:
204 _repr_running[call_key] = 1
210 del _repr_running[call_key]
/external/python/cpython2/Lib/
Dcollections.py183 call_key = id(self), _get_ident()
184 if call_key in _repr_running:
186 _repr_running[call_key] = 1
192 del _repr_running[call_key]
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto64 string call_key = 2; field