Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2.py1768 node.func = ast_edits.full_name_node(new_name)
1806 node.func.value = ast_edits.full_name_node("tf.compat.v1.data")
2234 node.func.value = ast_edits.full_name_node("tf.compat.v1.keras.initializers")
2306 node.func.value = ast_edits.full_name_node("tf.compat.v1.keras.initializers")
2392 node.func.value = ast_edits.full_name_node("tf.compat.v1.keras.initializers")
2436 node.func.value = ast_edits.full_name_node("tf.keras.regularizers")
2496 node.func.value = ast_edits.full_name_node("tf.keras.regularizers")
2521 new_name_node = ast_edits.full_name_node(new_name, node.func.ctx)
2550 new_name_node = ast_edits.full_name_node(new_name, node.func.ctx)
Dast_edits.py49 def full_name_node(name, ctx=ast.Load()): function
429 new_node = full_name_node(new_name, node.ctx)
Dast_edits_test.py497 t = ast_edits.full_name_node("a.b.c")