Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/module/
H A Dmodule_test.py157 mod = ErrorModule(call_super=True, raise_in_constructor=False)
357 def __init__(self, call_super, raise_in_constructor=True): argument
360 if raise_in_constructor: