ממשק ציבורי VerifierConfigOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט VerifierConfig.Toggle | getStructureVerifier () Perform structural validation on a tensorflow graph. |
מופשט int | 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;