Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_client.h39 CLIENT_METHOD(UpdateContext);
Deager_service_impl.h83 Status UpdateContext(const UpdateContextRequest* request,
Deager_service_impl.cc328 Status EagerServiceImpl::UpdateContext(const UpdateContextRequest* request, in UpdateContext() function in tensorflow::eager::EagerServiceImpl
Deager_service_impl_test.cc84 CLIENT_METHOD(UpdateContext);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc52 ENQUEUE_REQUEST(UpdateContext); in HandleRPCsLoop()
Dgrpc_eager_service_impl.h68 HANDLER(UpdateContext);
Dgrpc_eager_client.cc136 CLIENT_METHOD(UpdateContext);
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py558 with ops.colocate_with(var), distribute_lib.UpdateContext(var.device):
569 colocate_with.device), distribute_lib.UpdateContext(colocate_with):
Done_device_strategy.py411 with ops.device(self._device), distribute_lib.UpdateContext(self._device):
Dmirrored_strategy.py767 distribute_lib.UpdateContext(i), \
781 with ops.device(d), distribute_lib.UpdateContext(i), ops.name_scope(name):
Dtpu_strategy.py1292 distribute_lib.UpdateContext(i), \
1392 with ops.device(self._host_device), distribute_lib.UpdateContext(None):
Ddistribute_lib.py249 class UpdateContext(object): class
3482 with UpdateContext(colocate_with):
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto295 rpc UpdateContext(UpdateContextRequest) returns (UpdateContextResponse); rpc
/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