Interface VerifierConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VerifierConfig, VerifierConfig.Builder

public interface VerifierConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVerificationTimeoutInMs

      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;
      Returns:
      The verificationTimeoutInMs.
    • getStructureVerifierValue

      int getStructureVerifierValue()
       Perform structural validation on a tensorflow graph. Default is OFF.
       
      .tensorflow.VerifierConfig.Toggle structure_verifier = 2;
      Returns:
      The enum numeric value on the wire for structureVerifier.
    • getStructureVerifier

      VerifierConfig.Toggle getStructureVerifier()
       Perform structural validation on a tensorflow graph. Default is OFF.
       
      .tensorflow.VerifierConfig.Toggle structure_verifier = 2;
      Returns:
      The structureVerifier.