Uses of Enum
org.tensorflow.proto.VerifierConfig.Toggle
Packages that use VerifierConfig.Toggle
-
Uses of VerifierConfig.Toggle in org.tensorflow.proto
Subclasses with type arguments of type VerifierConfig.Toggle in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumProtobuf enumtensorflow.VerifierConfig.ToggleMethods in org.tensorflow.proto that return VerifierConfig.ToggleModifier and TypeMethodDescriptionstatic VerifierConfig.ToggleVerifierConfig.Toggle.forNumber(int value) VerifierConfig.Builder.getStructureVerifier()Perform structural validation on a tensorflow graph.VerifierConfig.getStructureVerifier()Perform structural validation on a tensorflow graph.VerifierConfigOrBuilder.getStructureVerifier()Perform structural validation on a tensorflow graph.static VerifierConfig.ToggleVerifierConfig.Toggle.valueOf(int value) Deprecated.static VerifierConfig.ToggleVerifierConfig.Toggle.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VerifierConfig.ToggleReturns the enum constant of this type with the specified name.static VerifierConfig.Toggle[]VerifierConfig.Toggle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type VerifierConfig.ToggleMethods in org.tensorflow.proto with parameters of type VerifierConfig.ToggleModifier and TypeMethodDescriptionVerifierConfig.Builder.setStructureVerifier(VerifierConfig.Toggle value) Perform structural validation on a tensorflow graph.