الواجهة العامة VerifierConfigOrBuilder 
| الفئات الفرعية غير المباشرة المعروفة | 
الأساليب العامة
| مجردة VerifierConfig.Toggle |  GetStructureVerifier ()  Perform structural validation on a tensorflow graph. | 
| كثافة العمليات مجردة |  getStructureVerifierValue ()  Perform structural validation on a tensorflow graph. | 
| مجردة طويلة |  getVerificationTimeoutInMs ()  Deadline for completion of all verification i.e. | 
الأساليب العامة
الملخص العام VerifierConfig.Toggle getStructureVerifier ()
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2; الملخص العام int getStructureVerifierValue ()
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2; ملخص عام طويل 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;