Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
SessionLog.Builder |
SessionLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionLog.Builder |
SessionLog.Builder.clear() |
SessionLog.Builder |
SessionLog.Builder.clearCheckpointPath()
This checkpoint_path contains both the path and filename.
|
SessionLog.Builder |
SessionLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SessionLog.Builder |
SessionLog.Builder.clearMsg()
string msg = 3; |
SessionLog.Builder |
SessionLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SessionLog.Builder |
SessionLog.Builder.clearStatus()
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.Builder |
SessionLog.Builder.clone() |
SessionLog.Builder |
Event.Builder.getSessionLogBuilder()
The state of the session which can be used for restarting after crashes.
|
SessionLog.Builder |
SessionLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionLog.Builder |
SessionLog.Builder.mergeFrom(com.google.protobuf.Message other) |
SessionLog.Builder |
SessionLog.Builder.mergeFrom(SessionLog other) |
SessionLog.Builder |
SessionLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SessionLog.Builder |
SessionLog.newBuilder() |
static SessionLog.Builder |
SessionLog.newBuilder(SessionLog prototype) |
SessionLog.Builder |
SessionLog.newBuilderForType() |
protected SessionLog.Builder |
SessionLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SessionLog.Builder |
SessionLog.Builder.setCheckpointPath(String value)
This checkpoint_path contains both the path and filename.
|
SessionLog.Builder |
SessionLog.Builder.setCheckpointPathBytes(com.google.protobuf.ByteString value)
This checkpoint_path contains both the path and filename.
|
SessionLog.Builder |
SessionLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionLog.Builder |
SessionLog.Builder.setMsg(String value)
string msg = 3; |
SessionLog.Builder |
SessionLog.Builder.setMsgBytes(com.google.protobuf.ByteString value)
string msg = 3; |
SessionLog.Builder |
SessionLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SessionLog.Builder |
SessionLog.Builder.setStatus(SessionLog.SessionStatus value)
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.Builder |
SessionLog.Builder.setStatusValue(int value)
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.Builder |
SessionLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionLog.Builder |
SessionLog.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Event.Builder |
Event.Builder.setSessionLog(SessionLog.Builder builderForValue)
The state of the session which can be used for restarting after crashes.
|
Copyright © 2015–2017. All rights reserved.