public interface VerifierConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VerifierConfig.Toggle |
getStructureVerifier()
Perform structural validation on a tensorflow graph.
|
int |
getStructureVerifierValue()
Perform structural validation on a tensorflow graph.
|
long |
getVerificationTimeoutInMs()
Deadline for completion of all verification i.e.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;int getStructureVerifierValue()
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;VerifierConfig.Toggle getStructureVerifier()
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;