Searched refs:mapped_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | network.py | 599 mapped_name, first_variable, second_variable, argument 614 network_name, network_scope_name, mapped_name, 621 mapped_name, first_variable, second_variable, argument 635 network_name, mapped_name, 699 mapped_name=checkpoint_name, 708 mapped_name=checkpoint_name, 797 mapped_name = map_func(variable._shared_name) 798 if variable_map.setdefault(mapped_name, variable) is not variable: 805 mapped_name=mapped_name, 806 first_variable=variable_map[mapped_name], [all …]
|