Searched refs:UpdateContext (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | parameter_server_strategy.py | 423 with ops.colocate_with(var), distribute_lib.UpdateContext(var.device): 434 colocate_with.device), distribute_lib.UpdateContext(colocate_with):
|
D | one_device_strategy.py | 157 with ops.device(self._device), distribute_lib.UpdateContext(self._device):
|
D | tpu_strategy.py | 492 with ops.device(d), distribute_lib.UpdateContext(d), ops.name_scope(name): 586 with ops.device(self._host_device), distribute_lib.UpdateContext(
|
D | distribute_lib.py | 62 class UpdateContext(object): class 1618 with ops.colocate_with(colocate_with), UpdateContext(colocate_with):
|
D | mirrored_strategy.py | 719 with ops.device(d), distribute_lib.UpdateContext(d), ops.name_scope(name): 732 with ops.device(d), distribute_lib.UpdateContext(d), ops.name_scope(name):
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 1158 mDNSBool external_advertise = (rr->UpdateContext) ? *((mDNSBool *)rr->UpdateContext) : mDNSfalse; in update_callback() 1197 if (external_advertise) rr->UpdateContext = (void *)external_advertise; in update_record()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1265 void *UpdateContext; // Context parameter for the update callback function member
|