パブリック インターフェイスVerifierConfigOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象VerifierConfig.Toggle | getStructureVerifier () Perform structural validation on a tensorflow graph. |
抽象整数 | getStructureVerifierValue () Perform structural validation on a tensorflow graph. |
抽象的な長い | getVerificationTimeoutInMs () Deadline for completion of all verification i.e. |
パブリックメソッド
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;