Uses of Enum
org.tensorflow.proto.data.model.Model.NodeClass
Packages that use Model.NodeClass
-
Uses of Model.NodeClass in org.tensorflow.proto.data.model
Subclasses with type arguments of type Model.NodeClass in org.tensorflow.proto.data.modelModifier and TypeClassDescriptionstatic enumClass of a node in the performance model.Methods in org.tensorflow.proto.data.model that return Model.NodeClassModifier and TypeMethodDescriptionstatic Model.NodeClassModel.NodeClass.forNumber(int value) Model.ModelProto.Node.Builder.getNodeClass()Class of this node.Model.ModelProto.Node.getNodeClass()Class of this node.Model.ModelProto.NodeOrBuilder.getNodeClass()Class of this node.static Model.NodeClassModel.NodeClass.valueOf(int value) Deprecated.static Model.NodeClassModel.NodeClass.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Model.NodeClassReturns the enum constant of this type with the specified name.static Model.NodeClass[]Model.NodeClass.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto.data.model that return types with arguments of type Model.NodeClassModifier and TypeMethodDescriptionstatic Internal.EnumLiteMap<Model.NodeClass> Model.NodeClass.internalGetValueMap()Methods in org.tensorflow.proto.data.model with parameters of type Model.NodeClassModifier and TypeMethodDescriptionModel.ModelProto.Node.Builder.setNodeClass(Model.NodeClass value) Class of this node.