Package org.tensorflow.framework
Interface VerifierConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifierConfig,VerifierConfig.Builder
public interface VerifierConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPerform structural validation on a tensorflow graph.intPerform structural validation on a tensorflow graph.longDeadline for completion of all verification i.e. all the Toggle ON verifiers must complete execution within this time.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVerificationTimeoutInMs
long getVerificationTimeoutInMs()Deadline for completion of all verification i.e. all the Toggle ON verifiers must complete execution within this time.
int64 verification_timeout_in_ms = 1;- Returns:
- The verificationTimeoutInMs.
-
getStructureVerifierValue
int getStructureVerifierValue()Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;- Returns:
- The enum numeric value on the wire for structureVerifier.
-
getStructureVerifier
VerifierConfig.Toggle getStructureVerifier()Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;- Returns:
- The structureVerifier.
-