Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
static SessionLog.SessionStatus |
SessionLog.SessionStatus.forNumber(int value) |
SessionLog.SessionStatus |
SessionLog.getStatus()
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.SessionStatus |
SessionLog.Builder.getStatus()
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.SessionStatus |
SessionLogOrBuilder.getStatus()
.tensorflow.SessionLog.SessionStatus status = 1; |
static SessionLog.SessionStatus |
SessionLog.SessionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SessionLog.SessionStatus |
SessionLog.SessionStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionLog.SessionStatus |
SessionLog.SessionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionLog.SessionStatus[] |
SessionLog.SessionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<SessionLog.SessionStatus> |
SessionLog.SessionStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SessionLog.Builder |
SessionLog.Builder.setStatus(SessionLog.SessionStatus value)
.tensorflow.SessionLog.SessionStatus status = 1; |
Copyright © 2015–2017. All rights reserved.