ConfigProto.Experimental.MlirBridgeRollout

public static final enum ConfigProto.Experimental.MlirBridgeRollout

 An enum that describes the state of the MLIR bridge rollout.
 
Protobuf enum tensorflow.ConfigProto.Experimental.MlirBridgeRollout

Constants

int MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE
 Disabling the MLIR bridge disables it for all graphs in this session.
int MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE
 Enabling the MLIR bridge enables it for all graphs in this session.
int MLIR_BRIDGE_ROLLOUT_UNSPECIFIED_VALUE
 If this field is left unspecified, the MLIR bridge may be selectively
 enabled on a per graph basis.

Inherited Methods

final int
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<ConfigProto.Experimental.MlirBridgeRollout>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int

Enum Values

public static final ConfigProto.Experimental.MlirBridgeRollout MLIR_BRIDGE_ROLLOUT_DISABLED

 Disabling the MLIR bridge disables it for all graphs in this session.
 
MLIR_BRIDGE_ROLLOUT_DISABLED = 2;

public static final ConfigProto.Experimental.MlirBridgeRollout MLIR_BRIDGE_ROLLOUT_ENABLED

 Enabling the MLIR bridge enables it for all graphs in this session.
 
MLIR_BRIDGE_ROLLOUT_ENABLED = 1;

public static final 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;

public static final ConfigProto.Experimental.MlirBridgeRollout UNRECOGNIZED

Constants

public static final int MLIR_BRIDGE_ROLLOUT_DISABLED_VALUE

 Disabling the MLIR bridge disables it for all graphs in this session.
 
MLIR_BRIDGE_ROLLOUT_DISABLED = 2;

Constant Value: 2

public static final int MLIR_BRIDGE_ROLLOUT_ENABLED_VALUE

 Enabling the MLIR bridge enables it for all graphs in this session.
 
MLIR_BRIDGE_ROLLOUT_ENABLED = 1;

Constant Value: 1

public static final 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;

Constant Value: 0