Enum SavedObjectGraphOuterClass.FunctionSpec.JitCompile

java.lang.Object
java.lang.Enum<SavedObjectGraphOuterClass.FunctionSpec.JitCompile>
org.tensorflow.proto.SavedObjectGraphOuterClass.FunctionSpec.JitCompile
All Implemented Interfaces:
Internal.EnumLite, ProtocolMessageEnum, Serializable, Comparable<SavedObjectGraphOuterClass.FunctionSpec.JitCompile>
Enclosing class:
SavedObjectGraphOuterClass.FunctionSpec

public static enum SavedObjectGraphOuterClass.FunctionSpec.JitCompile extends Enum<SavedObjectGraphOuterClass.FunctionSpec.JitCompile> implements ProtocolMessageEnum
Whether the function should be compiled by XLA.
The public interface to `tf.function` uses an optional boolean to
represent three distinct states for this field.  Unfortunately, proto3
removes the ability to explicitly check for the presence or absence of a
field, so we instead map to an enum.
See `tf.function` for details.
Protobuf enum tensorflow.FunctionSpec.JitCompile