VerifierConfigOrBuilder

genel arayüz VerifierConfigOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

özet VerifierConfig.Toggle
getStructureVerifier ()
 Perform structural validation on a tensorflow graph.
soyut int
getStructureVerifierValue ()
 Perform structural validation on a tensorflow graph.
soyut uzun
getVerificationTimeoutInMs ()
 Deadline for completion of all verification i.e.

Genel Yöntemler

genel özet VerifierConfig.Toggle getStructureVerifier ()

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

genel özet int getStructureVerifierValue ()

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

genel özet uzun 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;