Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
H A Dgce_cluster_resolver_test.py57 def standard_mock_instances(self, instance_to_ip_map=None): argument
58 if instance_to_ip_map is None:
59 instance_to_ip_map = {
73 if instance in instance_to_ip_map:
77 {'networkIP': instance_to_ip_map[instance]}