Uses of Enum Class
org.tensorflow.framework.ConfigProto.Experimental.MlirBridgeRollout
Packages that use ConfigProto.Experimental.MlirBridgeRollout
-
Uses of ConfigProto.Experimental.MlirBridgeRollout in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.ConfigProto.Experimental.MlirBridgeRollout.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type ConfigProto.Experimental.MlirBridgeRolloutModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ConfigProto.Experimental.MlirBridgeRollout> ConfigProto.Experimental.MlirBridgeRollout.internalGetValueMap()Methods in org.tensorflow.framework 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.