ConfigProto.Experimental.MlirBridgeRollout
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
An enum that describes the state of the MLIR bridge rollout.
Protobuf enum
tensorflow.ConfigProto.Experimental.MlirBridgeRollout
روش های ارثی
از کلاس java.lang.Enum بین المللی نهایی | |
بین المللی | مقایسه با (ابجکت arg0) |
بولی نهایی | برابر است (شیء arg0) |
کلاس نهایی< ConfigProto.Experimental.MlirBridgeRollout > | getDeclaringClass () |
بین المللی نهایی | کد هش () |
رشته نهایی | نام () |
بین المللی نهایی | ترتیبی () |
رشته | toString () |
استاتیک <T Enum<T>> T را گسترش می دهد | valueOf (Class<T> arg0، رشته arg1) |
از کلاس java.lang.Object بولی | برابر است (شیء arg0) |
کلاس نهایی<?> | getClass () |
بین المللی | کد هش () |
باطل نهایی | اطلاع رسانی () |
باطل نهایی | اطلاع رسانی به همه () |
رشته | toString () |
باطل نهایی | صبر کنید (long arg0، int arg1) |
باطل نهایی | صبر کنید (طولانی arg0) |
باطل نهایی | صبر کن () |
از رابط java.lang.Comparable مقادیر Enum
عمومی ثابت نهایی ConfigProto.Experimental.MlirBridgeRollout MLIR_BRIDGE_ROLLOUT_DISABLED
Disabling the MLIR bridge disables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_DISABLED = 2;
عمومی ثابت نهایی ConfigProto.Experimental.MlirBridgeRollout MLIR_BRIDGE_ROLLOUT_ENABLED
Enabling the MLIR bridge enables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_ENABLED = 1;
عمومی ثابت نهایی ConfigProto.Experimental.MlirBridgeRollout MLIR_BRIDGE_ROLLOUT_UNSPECIFIED
If this field is left unspecified, the MLIR bridge may be selectively
enabled on a per graph basis.
MLIR_BRIDGE_ROLLOUT_UNSPECIFIED = 0;
نهایی استاتیک عمومی ConfigProto.Experimental.MlirBridgeRollout UNRECOGNIZED
ثابت ها
عمومی استاتیک نهایی int MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE
Disabling the MLIR bridge disables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_DISABLED = 2;
مقدار ثابت: 2
نهایی استاتیک عمومی MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE
Enabling the MLIR bridge enables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_ENABLED = 1;
ارزش ثابت: 1
نهایی استاتیک عمومی MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE
If this field is left unspecified, the MLIR bridge may be selectively
enabled on a per graph basis.
MLIR_BRIDGE_ROLLOUT_UNSPECIFIED = 0;
مقدار ثابت: 0
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-27 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# ConfigProto.Experimental.MlirBridgeRollout\n\npublic static final enum **ConfigProto.Experimental.MlirBridgeRollout** \n\u003cbr /\u003e\n\n```\n An enum that describes the state of the MLIR bridge rollout.\n \n```\nProtobuf enum `tensorflow.ConfigProto.Experimental.MlirBridgeRollout`\n\n\u003cbr /\u003e\n\n### Constants\n\n|-----|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| int | [MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout#MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE) | ``` Disabling the MLIR bridge disables it for all graphs in this session. ``` |\n| int | [MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout#MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE) | ``` Enabling the MLIR bridge enables it for all graphs in this session. ``` |\n| int | [MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout#MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE) | ``` If this field is left unspecified, the MLIR bridge may be selectively enabled on a per graph basis. ``` |\n\n### Inherited Methods\n\nFrom class java.lang.Enum \n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| final int | compareTo([ConfigProto.Experimental.MlirBridgeRollout](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout) arg0) |\n| int | compareTo(Object arg0) |\n| final boolean | equals(Object arg0) |\n| final Class\\\u003c[ConfigProto.Experimental.MlirBridgeRollout](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout)\\\u003e | getDeclaringClass() |\n| final int | hashCode() |\n| final String | name() |\n| final int | ordinal() |\n| String | toString() |\n| static \\\u003cT extends Enum\\\u003cT\\\u003e\\\u003e T | valueOf(Class\\\u003cT\\\u003e arg0, String arg1) |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface java.lang.Comparable \n\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | compareTo([ConfigProto.Experimental.MlirBridgeRollout](/jvm/api_docs/java/org/tensorflow/proto/framework/ConfigProto.Experimental.MlirBridgeRollout) arg0) |\n\nEnum Values\n-----------\n\n#### public static final ConfigProto.Experimental.MlirBridgeRollout\n**MLIR_BRIDGE_ROLLOUT_DISABLED**\n\n\u003cbr /\u003e\n\n```\n Disabling the MLIR bridge disables it for all graphs in this session.\n \n```\n`MLIR_BRIDGE_ROLLOUT_DISABLED = 2;`\n\n\u003cbr /\u003e\n\n#### public static final ConfigProto.Experimental.MlirBridgeRollout\n**MLIR_BRIDGE_ROLLOUT_ENABLED**\n\n\u003cbr /\u003e\n\n```\n Enabling the MLIR bridge enables it for all graphs in this session.\n \n```\n`MLIR_BRIDGE_ROLLOUT_ENABLED = 1;`\n\n\u003cbr /\u003e\n\n#### public static final ConfigProto.Experimental.MlirBridgeRollout\n**MLIR_BRIDGE_ROLLOUT_UNSPECIFIED**\n\n\u003cbr /\u003e\n\n```\n If this field is left unspecified, the MLIR bridge may be selectively\n enabled on a per graph basis.\n \n```\n`MLIR_BRIDGE_ROLLOUT_UNSPECIFIED = 0;`\n\n\u003cbr /\u003e\n\n#### public static final ConfigProto.Experimental.MlirBridgeRollout\n**UNRECOGNIZED**\n\n\u003cbr /\u003e\n\nConstants\n---------\n\n#### public static final int\n**MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE**\n\n\u003cbr /\u003e\n\n```\n Disabling the MLIR bridge disables it for all graphs in this session.\n \n```\n`MLIR_BRIDGE_ROLLOUT_DISABLED = 2;`\n\n\u003cbr /\u003e\n\nConstant Value: 2 \n\n#### public static final int\n**MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE**\n\n\u003cbr /\u003e\n\n```\n Enabling the MLIR bridge enables it for all graphs in this session.\n \n```\n`MLIR_BRIDGE_ROLLOUT_ENABLED = 1;`\n\n\u003cbr /\u003e\n\nConstant Value: 1 \n\n#### public static final int\n**MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE**\n\n\u003cbr /\u003e\n\n```\n If this field is left unspecified, the MLIR bridge may be selectively\n enabled on a per graph basis.\n \n```\n`MLIR_BRIDGE_ROLLOUT_UNSPECIFIED = 0;`\n\n\u003cbr /\u003e\n\nConstant Value: 0"]]