Uses of Enum
org.tensorflow.proto.ConfigProto.Experimental.MlirBridgeRollout
Packages that use ConfigProto.Experimental.MlirBridgeRollout
-
Uses of ConfigProto.Experimental.MlirBridgeRollout in org.tensorflow.proto
Subclasses with type arguments of type ConfigProto.Experimental.MlirBridgeRollout in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumAn enum that describes the state of the MLIR bridge rollout.Methods in org.tensorflow.proto that return ConfigProto.Experimental.MlirBridgeRolloutModifier and TypeMethodDescriptionConfigProto.Experimental.MlirBridgeRollout.forNumber(int value) ConfigProto.Experimental.Builder.getMlirBridgeRollout()Whether to enable the MLIR-based TF->XLA bridge.ConfigProto.Experimental.getMlirBridgeRollout()Whether to enable the MLIR-based TF->XLA bridge.ConfigProto.ExperimentalOrBuilder.getMlirBridgeRollout()Whether to enable the MLIR-based TF->XLA bridge.ConfigProto.Experimental.MlirBridgeRollout.valueOf(int value) Deprecated.ConfigProto.Experimental.MlirBridgeRollout.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.ConfigProto.Experimental.MlirBridgeRollout.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type ConfigProto.Experimental.MlirBridgeRolloutModifier and TypeMethodDescriptionConfigProto.Experimental.MlirBridgeRollout.internalGetValueMap()Methods in org.tensorflow.proto with parameters of type ConfigProto.Experimental.MlirBridgeRolloutModifier and TypeMethodDescriptionConfigProto.Experimental.Builder.setMlirBridgeRollout(ConfigProto.Experimental.MlirBridgeRollout value) Whether to enable the MLIR-based TF->XLA bridge.