Searched refs:UpdateContext (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_client.h | 39 CLIENT_METHOD(UpdateContext);
|
D | eager_service_impl.h | 83 Status UpdateContext(const UpdateContextRequest* request,
|
D | eager_service_impl.cc | 328 Status EagerServiceImpl::UpdateContext(const UpdateContextRequest* request, in UpdateContext() function in tensorflow::eager::EagerServiceImpl
|
D | eager_service_impl_test.cc | 84 CLIENT_METHOD(UpdateContext);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_service_impl.cc | 52 ENQUEUE_REQUEST(UpdateContext); in HandleRPCsLoop()
|
D | grpc_eager_service_impl.h | 68 HANDLER(UpdateContext);
|
D | grpc_eager_client.cc | 136 CLIENT_METHOD(UpdateContext);
|
/external/tensorflow/tensorflow/python/distribute/ |
D | parameter_server_strategy.py | 558 with ops.colocate_with(var), distribute_lib.UpdateContext(var.device): 569 colocate_with.device), distribute_lib.UpdateContext(colocate_with):
|
D | one_device_strategy.py | 411 with ops.device(self._device), distribute_lib.UpdateContext(self._device):
|
D | mirrored_strategy.py | 767 distribute_lib.UpdateContext(i), \ 781 with ops.device(d), distribute_lib.UpdateContext(i), ops.name_scope(name):
|
D | tpu_strategy.py | 1292 distribute_lib.UpdateContext(i), \ 1392 with ops.device(self._host_device), distribute_lib.UpdateContext(None):
|
D | distribute_lib.py | 249 class UpdateContext(object): class 3482 with UpdateContext(colocate_with):
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 295 rpc UpdateContext(UpdateContextRequest) returns (UpdateContextResponse); rpc
|
/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
|