tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
CreateContextRequest
tensorflow
eager
eager_service
Undocumented in source.
class
CreateContextRequest {
@
Proto
(1)
ServerDef
serverDef
;
@
Proto
(2)
bool
async
;
@
Proto
(3)
long
keepAliveSecs
;
@
Proto
(4)
VersionDef
versionDef
;
@
Proto
(6)
DeviceAttributes
[]
clusterDeviceAttributes
;
@
Proto
(7,
Wire
.
fixed
)
ulong
contextId
;
@
Proto
(8,
Wire
.
fixed
)
ulong
contextViewId
;
@
Proto
(9)
bool
lazyCopyRemoteFunctionInputs
;
}
Members
Variables
async
bool
async
;
Undocumented in source.
clusterDeviceAttributes
DeviceAttributes
[]
clusterDeviceAttributes
;
Undocumented in source.
contextId
ulong
contextId
;
Undocumented in source.
contextViewId
ulong
contextViewId
;
Undocumented in source.
keepAliveSecs
long
keepAliveSecs
;
Undocumented in source.
lazyCopyRemoteFunctionInputs
bool
lazyCopyRemoteFunctionInputs
;
Undocumented in source.
serverDef
ServerDef
serverDef
;
Undocumented in source.
versionDef
VersionDef
versionDef
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
eager
eager_service
classes
CleanupFunctionOp
CloseContextRequest
CloseContextResponse
CreateContextRequest
CreateContextResponse
EnqueueRequest
EnqueueResponse
KeepAliveRequest
KeepAliveResponse
Operation
QueueItem
QueueResponse
RegisterFunctionOp
SendTensorOp
UpdateContextRequest
UpdateContextResponse
WaitQueueDoneRequest
WaitQueueDoneResponse
manifest constants
protocVersion