Uses of Enum Class
org.tensorflow.framework.FullTypeId
Packages that use FullTypeId
-
Uses of FullTypeId in org.tensorflow.framework
Methods in org.tensorflow.framework that return FullTypeIdModifier and TypeMethodDescriptionstatic FullTypeIdFullTypeId.forNumber(int value) FullTypeDef.Builder.getTypeId()The principal type represented by this object.FullTypeDef.getTypeId()The principal type represented by this object.FullTypeDefOrBuilder.getTypeId()The principal type represented by this object.static FullTypeIdFullTypeId.valueOf(int value) Deprecated.static FullTypeIdFullTypeId.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FullTypeIdReturns the enum constant of this class with the specified name.static FullTypeId[]FullTypeId.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 FullTypeIdModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FullTypeId> FullTypeId.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type FullTypeIdModifier and TypeMethodDescriptionFullTypeDef.Builder.setTypeId(FullTypeId value) The principal type represented by this object.