All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.VerifierConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/verifier_config.proto

package org.tensorflow.framework;

public interface VerifierConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.VerifierConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ long getVerificationTimeoutInMs(); /** *
   * 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; */ org.tensorflow.framework.VerifierConfig.Toggle getStructureVerifier(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy