Searched refs:error_in_function (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | tf_should_use.py | 41 def __init__(self, type_, repr_, stack_frame, error_in_function, argument 46 self._error_in_function = error_in_function 51 if error_in_function: 175 def _add_should_use_warning(x, error_in_function=False, warn_in_eager=False): argument 196 if ops.inside_function() and not error_in_function: 210 error_in_function=error_in_function, 216 def should_use_result(fn=None, warn_in_eager=False, error_in_function=False): argument 249 error_in_function=error_in_function)
|
D | tf_should_use_test.py | 62 c, warn_in_eager=True, error_in_function=True)
|