object Version extends GeneratedEnumCompanion[Version]

Linear Supertypes
GeneratedEnumCompanion[Version], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Version
  2. GeneratedEnumCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Recognized extends Version
  2. final case class Unrecognized(unrecognizedValue: Int) extends Version with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = Version
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit def enumCompanion: GeneratedEnumCompanion[Version]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromName(name: String): Option[Version]
    Definition Classes
    GeneratedEnumCompanion
  10. def fromValue(__value: Int): Version
    Definition Classes
    Version → GeneratedEnumCompanion
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def javaDescriptor: EnumDescriptor
    Definition Classes
    Version → GeneratedEnumCompanion
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def scalaDescriptor: EnumDescriptor
    Definition Classes
    Version → GeneratedEnumCompanion
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. lazy val values: Seq[Recognized]
    Definition Classes
    Version → GeneratedEnumCompanion
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object IR_VERSION extends Version with Recognized with Product with Serializable

    IR VERSION 7 published on <TBD> - Add support to allow function body graph to rely on multiple external opreator sets.

    IR VERSION 7 published on <TBD> - Add support to allow function body graph to rely on multiple external opreator sets. - Add a list to promote inference graph's initializers to global and mutable variables. Global variables are visible in all graphs of the stored models. - Add message TrainingInfoProto to store initialization method and training algorithm. The execution of TrainingInfoProto can modify the values of mutable variables. - Implicitly add inference graph into each TrainingInfoProto's algorithm.

    Annotations
    @SerialVersionUID()
  26. case object IR_VERSION_2017_10_10 extends Version with Recognized with Product with Serializable

    The version field is always serialized and we will use it to store the version that the graph is generated from.

    The version field is always serialized and we will use it to store the version that the graph is generated from. This helps us set up version control. For the IR, we are using simple numbers starting with 0x00000001, which was the version we published on Oct 10, 2017.

    Annotations
    @SerialVersionUID()
  27. case object IR_VERSION_2017_10_30 extends Version with Recognized with Product with Serializable

    IR_VERSION 2 published on Oct 30, 2017 - Added type discriminator to AttributeProto to support proto3 users

    IR_VERSION 2 published on Oct 30, 2017 - Added type discriminator to AttributeProto to support proto3 users

    Annotations
    @SerialVersionUID()
  28. case object IR_VERSION_2017_11_3 extends Version with Recognized with Product with Serializable

    IR VERSION 3 published on Nov 3, 2017 - For operator versioning:

    IR VERSION 3 published on Nov 3, 2017 - For operator versioning:

    • Added new message OperatorSetIdProto
    • Added opset_import in ModelProto - For vendor extensions, added domain in NodeProto
    Annotations
    @SerialVersionUID()
  29. case object IR_VERSION_2019_1_22 extends Version with Recognized with Product with Serializable

    IR VERSION 4 published on Jan 22, 2019 - Relax constraint that initializers should be a subset of graph inputs - Add type BFLOAT16

    IR VERSION 4 published on Jan 22, 2019 - Relax constraint that initializers should be a subset of graph inputs - Add type BFLOAT16

    Annotations
    @SerialVersionUID()
  30. case object IR_VERSION_2019_3_18 extends Version with Recognized with Product with Serializable

    IR VERSION 5 published on March 18, 2019 - Add message TensorAnnotation.

    IR VERSION 5 published on March 18, 2019 - Add message TensorAnnotation. - Add quantization annotation in GraphProto to map tensor with its scale and zero point quantization parameters.

    Annotations
    @SerialVersionUID()
  31. case object IR_VERSION_2019_9_19 extends Version with Recognized with Product with Serializable

    IR VERSION 6 published on Sep 19, 2019 - Add support for sparse tensor constants stored in model.

    IR VERSION 6 published on Sep 19, 2019 - Add support for sparse tensor constants stored in model.

    • Add message SparseTensorProto
    • Add sparse initializers
    Annotations
    @SerialVersionUID()
  32. case object _START_VERSION extends Version with Recognized with Product with Serializable

    proto3 requires the first enum value to be zero.

    proto3 requires the first enum value to be zero. We add this just to appease the compiler.

    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedEnumCompanion[Version]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped