VerifierConfigOrBuilder

public interface VerifierConfigOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

public abstract VerifierConfig.Toggle getStructureVerifier ()

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

public abstract int getStructureVerifierValue ()

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

public abstract long 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;