VerifierConfigOrBuilder
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;
genel özet int getStructureVerifierValue ()
Perform structural validation on a tensorflow graph. Default is OFF.
.tensorflow.VerifierConfig.Toggle structure_verifier = 2;
genel özet uzun 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;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-27 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"]]