Searched refs:_create_call_fn_decorator (Results 1 – 1 of 1) sorted by relevance
578 return _create_call_fn_decorator(layer, call_and_return_conditional_losses)587 return _create_call_fn_decorator(layer, call)597 return _create_call_fn_decorator(layer, fn)600 def _create_call_fn_decorator(layer, wrapped_call): function