Uses of Class
org.tensorflow.proto.SessionLog.Builder
Packages that use SessionLog.Builder
-
Uses of SessionLog.Builder in org.tensorflow.proto
Subclasses with type arguments of type SessionLog.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer used for logging session state.Methods in org.tensorflow.proto that return SessionLog.BuilderModifier and TypeMethodDescriptionSessionLog.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) SessionLog.Builder.clear()SessionLog.Builder.clearCheckpointPath()This checkpoint_path contains both the path and filename.SessionLog.Builder.clearField(Descriptors.FieldDescriptor field) SessionLog.Builder.clearMsg()string msg = 3;SessionLog.Builder.clearOneof(Descriptors.OneofDescriptor oneof) SessionLog.Builder.clearStatus().tensorflow.SessionLog.SessionStatus status = 1;SessionLog.Builder.clone()Event.Builder.getSessionLogBuilder()The state of the session which can be used for restarting after crashes.SessionLog.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SessionLog.Builder.mergeFrom(SessionLog other) final SessionLog.BuilderSessionLog.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static SessionLog.BuilderSessionLog.newBuilder()static SessionLog.BuilderSessionLog.newBuilder(SessionLog prototype) SessionLog.newBuilderForType()protected SessionLog.BuilderSessionLog.newBuilderForType(GeneratedMessageV3.BuilderParent parent) SessionLog.Builder.setCheckpointPath(String value) This checkpoint_path contains both the path and filename.SessionLog.Builder.setCheckpointPathBytes(ByteString value) This checkpoint_path contains both the path and filename.SessionLog.Builder.setField(Descriptors.FieldDescriptor field, Object value) string msg = 3;SessionLog.Builder.setMsgBytes(ByteString value) string msg = 3;SessionLog.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) SessionLog.Builder.setStatus(SessionLog.SessionStatus value) .tensorflow.SessionLog.SessionStatus status = 1;SessionLog.Builder.setStatusValue(int value) .tensorflow.SessionLog.SessionStatus status = 1;final SessionLog.BuilderSessionLog.Builder.setUnknownFields(UnknownFieldSet unknownFields) SessionLog.toBuilder()Methods in org.tensorflow.proto with parameters of type SessionLog.BuilderModifier and TypeMethodDescriptionEvent.Builder.setSessionLog(SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes.