Searched refs:arg_ok_predicate (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2.py | 1562 arg_ok_predicate=_is_ast_str, remove_if_ok=False, 1568 arg_ok_predicate=_is_ast_true, remove_if_ok=True, 1574 arg_ok_predicate=_is_ast_true, remove_if_ok=True, 1581 arg_ok_predicate=_is_ast_true, remove_if_ok=True, 1589 arg_ok_predicate=_is_ast_false, remove_if_ok=True, 1710 arg_ok_predicate=None, argument 1752 if arg_ok_predicate and arg_ok_predicate(arg_value): 2138 arg_ok_predicate=None, argument 2163 arg_name, arg_ok_predicate, 2177 arg_ok_predicate=None, argument [all …]
|