VerifierConfigOrBuilder

পাবলিক ইন্টারফেস 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;