tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
RunStepRequest
tensorflow
master
Undocumented in source.
class
RunStepRequest {
@
Proto
(1)
string
sessionHandle
;
@
Proto
(2)
NamedTensorProto
[]
feed
;
@
Proto
(3)
string
[]
fetch
;
@
Proto
(4)
string
[]
target
;
@
Proto
(5)
RunOptions
options
;
@
Proto
(6)
string
partialRunHandle
;
@
Proto
(7)
bool
storeErrorsInResponseBody
;
@
Proto
(8)
long
requestId
;
}
Members
Variables
feed
NamedTensorProto
[]
feed
;
Undocumented in source.
fetch
string
[]
fetch
;
Undocumented in source.
options
RunOptions
options
;
Undocumented in source.
partialRunHandle
string
partialRunHandle
;
Undocumented in source.
requestId
long
requestId
;
Undocumented in source.
sessionHandle
string
sessionHandle
;
Undocumented in source.
storeErrorsInResponseBody
bool
storeErrorsInResponseBody
;
Undocumented in source.
target
string
[]
target
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
master
classes
CloseSessionRequest
CloseSessionResponse
CreateSessionRequest
CreateSessionResponse
ExtendSessionRequest
ExtendSessionResponse
ListDevicesRequest
ListDevicesResponse
MakeCallableRequest
MakeCallableResponse
PartialRunSetupRequest
PartialRunSetupResponse
ReleaseCallableRequest
ReleaseCallableResponse
ResetRequest
ResetResponse
RunCallableRequest
RunCallableResponse
RunStepRequest
RunStepResponse
manifest constants
protocVersion