공개 정적 최종 열거형 ConfigProto.Experimental.MlirBridgeRollout
An enum that describes the state of the MLIR bridge rollout.
tensorflow.ConfigProto.Experimental.MlirBridgeRollout
상수
정수 | MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE | Disabling the MLIR bridge disables it for all graphs in this session. |
정수 | MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE | Enabling the MLIR bridge enables it for all graphs in this session. |
정수 | MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE | If this field is left unspecified, the MLIR bridge may be selectively enabled on a per graph basis. |
상속된 메서드
열거형 값
공개 정적 최종 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