org.tensorflow.framework.VerifierConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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();
}