ConfigProto.Experimental.MlirBridgeRollout
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
An enum that describes the state of the MLIR bridge rollout.
Protobuf 열거형
tensorflow.ConfigProto.Experimental.MlirBridgeRollout
상속된 메서드
클래스 java.lang.Enum에서 최종 정수 | |
정수 | CompareTo (객체 arg0) |
최종 부울 | 같음 (개체 arg0) |
최종 클래스< ConfigProto.Experimental.MlirBridgeRollout > | getDeclaringClass () |
최종 정수 | 해시코드 () |
최종 문자열 | 이름 () |
최종 정수 | 서수 () |
끈 | toString () |
static <T는 Enum<T>> T를 확장합니다. | valueOf (클래스<T> arg0, 문자열 arg1) |
java.lang.Object 클래스에서 부울 | 같음 (개체 arg0) |
마지막 수업<?> | getClass () |
정수 | 해시코드 () |
최종 무효 | 알림 () |
최종 무효 | 통지모두 () |
끈 | toString () |
최종 무효 | 대기 (long arg0, int arg1) |
최종 무효 | 기다리세요 (긴 arg0) |
최종 무효 | 기다리다 () |
인터페이스 java.lang.Comparable에서 열거형 값
공개 정적 최종 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 인식되지 않음
상수
공개 정적 최종 int MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE
Disabling the MLIR bridge disables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_DISABLED = 2;
상수값: 2
공개 정적 최종 int MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE
Enabling the MLIR bridge enables it for all graphs in this session.
MLIR_BRIDGE_ROLLOUT_ENABLED = 1;
상수값: 1
공개 정적 최종 int 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 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],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"]]