Uses of Class
org.tensorflow.proto.SessionLog
Packages that use SessionLog
-
Uses of SessionLog in org.tensorflow.proto
Methods in org.tensorflow.proto that return SessionLogModifier and TypeMethodDescriptionSessionLog.Builder.build()SessionLog.Builder.buildPartial()static SessionLogSessionLog.getDefaultInstance()SessionLog.Builder.getDefaultInstanceForType()SessionLog.getDefaultInstanceForType()Event.Builder.getSessionLog()The state of the session which can be used for restarting after crashes.Event.getSessionLog()The state of the session which can be used for restarting after crashes.EventOrBuilder.getSessionLog()The state of the session which can be used for restarting after crashes.static SessionLogSessionLog.parseDelimitedFrom(InputStream input) static SessionLogSessionLog.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SessionLogSessionLog.parseFrom(byte[] data) static SessionLogSessionLog.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static SessionLogSessionLog.parseFrom(ByteString data) static SessionLogSessionLog.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static SessionLogSessionLog.parseFrom(CodedInputStream input) static SessionLogSessionLog.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static SessionLogSessionLog.parseFrom(InputStream input) static SessionLogSessionLog.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SessionLogSessionLog.parseFrom(ByteBuffer data) static SessionLogSessionLog.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type SessionLogModifier and TypeMethodDescriptionSessionLog.getParserForType()static Parser<SessionLog> SessionLog.parser()Methods in org.tensorflow.proto with parameters of type SessionLogModifier and TypeMethodDescriptionSessionLog.Builder.mergeFrom(SessionLog other) Event.Builder.mergeSessionLog(SessionLog value) The state of the session which can be used for restarting after crashes.static SessionLog.BuilderSessionLog.newBuilder(SessionLog prototype) Event.Builder.setSessionLog(SessionLog value) The state of the session which can be used for restarting after crashes.