Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py427 call_ctx = getattr(_call_context, 'call_context', None)
428 if call_ctx is None:
429 call_ctx = CallContext()
430 _call_context.call_context = call_ctx
431 return call_ctx
531 def __init__(self, call_ctx, state): argument
532 self._call_ctx = call_ctx
537 call_ctx = self._call_ctx
538 self._prev_in_call = call_ctx.in_call
539 self._prev_state = call_ctx._state
[all …]