VerifierConfigOrBuilder

interfejs publiczny VerifierConfigOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie VerifierConfig.Toggle
getStructureVerifier ()
 Perform structural validation on a tensorflow graph.
streszczenie wew
getStructureVerifierValue ()
 Perform structural validation on a tensorflow graph.
abstrakcyjne, długie
getVerificationTimeoutInMs ()
 Deadline for completion of all verification i.e.

Metody publiczne

publiczny streszczenie VerifierConfig.Toggle getStructureVerifier ()

 Perform structural validation on a tensorflow graph. Default is OFF.
 
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;

publiczna abstrakcja int getStructureVerifierValue ()

 Perform structural validation on a tensorflow graph. Default is OFF.
 
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;

publiczne streszczenie długie 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;