Uses of Enum Class
org.tensorflow.framework.VerifierConfig.Toggle
Packages that use VerifierConfig.Toggle
-
Uses of VerifierConfig.Toggle in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static VerifierConfig.ToggleReturns the enum constant of this class with the specified name.static VerifierConfig.Toggle[]VerifierConfig.Toggle.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 VerifierConfig.ToggleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VerifierConfig.Toggle> VerifierConfig.Toggle.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type VerifierConfig.ToggleModifier and TypeMethodDescriptionVerifierConfig.Builder.setStructureVerifier(VerifierConfig.Toggle value) Perform structural validation on a tensorflow graph.