Searched refs:replica_local_var (Results 1 – 3 of 3) sorted by relevance
787 def read_var(self, replica_local_var): argument790 if distribute_utils.is_sync_on_read(replica_local_var):791 return replica_local_var._get_cross_replica()792 assert distribute_utils.is_mirrored(replica_local_var)793 return array_ops.identity(replica_local_var._get())
418 def read_var(self, replica_local_var): argument420 return array_ops.identity(replica_local_var)
3489 def read_var(self, replica_local_var): argument3490 return array_ops.identity(replica_local_var)