Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py423 with ops.colocate_with(var), distribute_lib.UpdateContext(var.device):
434 colocate_with.device), distribute_lib.UpdateContext(colocate_with):
Done_device_strategy.py157 with ops.device(self._device), distribute_lib.UpdateContext(self._device):
Dtpu_strategy.py492 with ops.device(d), distribute_lib.UpdateContext(d), ops.name_scope(name):
586 with ops.device(self._host_device), distribute_lib.UpdateContext(
Ddistribute_lib.py62 class UpdateContext(object): class
1618 with ops.colocate_with(colocate_with), UpdateContext(colocate_with):
Dmirrored_strategy.py719 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/
Duds_daemon.c1158 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/
DmDNSEmbeddedAPI.h1265 void *UpdateContext; // Context parameter for the update callback function member