package tensorflow.eager

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service EagerService

eager_service.proto:191

////////////////////////////////////////////////////////////////////////////// Eager Service defines a TensorFlow service that executes operations eagerly on a set of local devices, on behalf of a remote Eager executor. The service impl will keep track of the various clients and devices it has access to and allows the client to enqueue ops on any devices that it is able to access and schedule data transfers from/to any of the peers. A client can generate multiple contexts to be able to independently execute operations, but cannot share data between the two contexts. NOTE: Even though contexts generated by clients should be independent, the lower level tensorflow execution engine is not, so they might share some data (e.g. a Device's ResourceMgr). //////////////////////////////////////////////////////////////////////////////

message EnqueueRequest

eager_service.proto:101

Used as request type in: EagerService.Enqueue, EagerService.StreamingEnqueue

message EnqueueResponse

eager_service.proto:107

Used as response type in: EagerService.Enqueue, EagerService.StreamingEnqueue

message Operation

eager_service.proto:30

A proto representation of an eager operation.

Used in: QueueItem

message QueueItem

eager_service.proto:49

Used in: EnqueueRequest

message QueueResponse

eager_service.proto:60

Used in: EnqueueResponse

message RemoteTensorHandle

eager_service.proto:14

Used in: Operation, QueueItem

message SendTensorOp

eager_service.proto:144

Used in: QueueItem