Uses of Enum Class
org.tensorflow.framework.Code
Packages that use Code
-
Uses of Code in org.tensorflow.framework
Methods in org.tensorflow.framework that return CodeModifier and TypeMethodDescriptionstatic CodeCode.forNumber(int value) static CodeCode.valueOf(int value) Deprecated.static CodeCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CodeReturns the enum constant of this class with the specified name.static Code[]Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Code> Code.internalGetValueMap() -
Uses of Code in tensorflow.serving
Methods in tensorflow.serving that return CodeModifier and TypeMethodDescriptionStatus.StatusProto.Builder.getErrorCode()Error code.Status.StatusProto.getErrorCode()Error code.Status.StatusProtoOrBuilder.getErrorCode()Error code.Methods in tensorflow.serving with parameters of type CodeModifier and TypeMethodDescriptionStatus.StatusProto.Builder.setErrorCode(Code value) Error code.