VerifierConfigOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# VerifierConfigOrBuilder\n\npublic interface **VerifierConfigOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [VerifierConfig](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig), [VerifierConfig.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig.Builder) |----------------------------------------------------------------------------------------------------|------------------------------------------| | [VerifierConfig](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig) | ``` The config for graph verifiers. ``` | | [VerifierConfig.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig.Builder) | ``` The config for graph verifiers. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [VerifierConfig.Toggle](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig.Toggle) | [getStructureVerifier](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfigOrBuilder#getStructureVerifier())() ``` Perform structural validation on a tensorflow graph. ``` |\n| abstract int | [getStructureVerifierValue](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfigOrBuilder#getStructureVerifierValue())() ``` Perform structural validation on a tensorflow graph. ``` |\n| abstract long | [getVerificationTimeoutInMs](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfigOrBuilder#getVerificationTimeoutInMs())() ``` Deadline for completion of all verification i.e. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [VerifierConfig.Toggle](/jvm/api_docs/java/org/tensorflow/proto/framework/VerifierConfig.Toggle)\n**getStructureVerifier**\n()\n\n\u003cbr /\u003e\n\n```\n Perform structural validation on a tensorflow graph. Default is OFF.\n \n```\n`.tensorflow.VerifierConfig.Toggle structure_verifier = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getStructureVerifierValue**\n()\n\n\u003cbr /\u003e\n\n```\n Perform structural validation on a tensorflow graph. Default is OFF.\n \n```\n`.tensorflow.VerifierConfig.Toggle structure_verifier = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getVerificationTimeoutInMs**\n()\n\n\u003cbr /\u003e\n\n```\n Deadline for completion of all verification i.e. all the Toggle ON\n verifiers must complete execution within this time.\n \n```\n`int64 verification_timeout_in_ms = 1;`\n\n\u003cbr /\u003e"]]