Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
SessionLog |
SessionLog.Builder.build() |
SessionLog |
SessionLog.Builder.buildPartial() |
static SessionLog |
SessionLog.getDefaultInstance() |
SessionLog |
SessionLog.getDefaultInstanceForType() |
SessionLog |
SessionLog.Builder.getDefaultInstanceForType() |
SessionLog |
Event.getSessionLog()
The state of the session which can be used for restarting after crashes.
|
SessionLog |
Event.Builder.getSessionLog()
The state of the session which can be used for restarting after crashes.
|
SessionLog |
EventOrBuilder.getSessionLog()
The state of the session which can be used for restarting after crashes.
|
static SessionLog |
SessionLog.parseDelimitedFrom(InputStream input) |
static SessionLog |
SessionLog.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionLog |
SessionLog.parseFrom(byte[] data) |
static SessionLog |
SessionLog.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionLog |
SessionLog.parseFrom(ByteBuffer data) |
static SessionLog |
SessionLog.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionLog |
SessionLog.parseFrom(com.google.protobuf.ByteString data) |
static SessionLog |
SessionLog.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionLog |
SessionLog.parseFrom(com.google.protobuf.CodedInputStream input) |
static SessionLog |
SessionLog.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionLog |
SessionLog.parseFrom(InputStream input) |
static SessionLog |
SessionLog.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SessionLog> |
SessionLog.getParserForType() |
static com.google.protobuf.Parser<SessionLog> |
SessionLog.parser() |
Modifier and Type | Method and Description |
---|---|
SessionLog.Builder |
SessionLog.Builder.mergeFrom(SessionLog other) |
Event.Builder |
Event.Builder.mergeSessionLog(SessionLog value)
The state of the session which can be used for restarting after crashes.
|
static SessionLog.Builder |
SessionLog.newBuilder(SessionLog prototype) |
Event.Builder |
Event.Builder.setSessionLog(SessionLog value)
The state of the session which can be used for restarting after crashes.
|
Copyright © 2015–2019. All rights reserved.