Object

io.hydrosphere.serving.tensorflow.types.DataType

DT_BFLOAT16

Related Doc: package DataType

Permalink

object DT_BFLOAT16 extends DataType with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
DataType, GeneratedEnum, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DT_BFLOAT16
  2. DataType
  3. GeneratedEnum
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EnumType = DataType

    Permalink
    Definition Classes
    DataType → GeneratedEnum

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def companion: GeneratedEnumCompanion[DataType]

    Permalink
    Definition Classes
    DataType → GeneratedEnum
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val index: Int

    Permalink
    Definition Classes
    DT_BFLOAT16 → GeneratedEnum
  12. def isDtBfloat16: Boolean

    Permalink
    Definition Classes
    DT_BFLOAT16DataType
  13. def isDtBool: Boolean

    Permalink
    Definition Classes
    DataType
  14. def isDtComplex128: Boolean

    Permalink
    Definition Classes
    DataType
  15. def isDtComplex64: Boolean

    Permalink
    Definition Classes
    DataType
  16. def isDtDouble: Boolean

    Permalink
    Definition Classes
    DataType
  17. def isDtFloat: Boolean

    Permalink
    Definition Classes
    DataType
  18. def isDtHalf: Boolean

    Permalink
    Definition Classes
    DataType
  19. def isDtInt16: Boolean

    Permalink
    Definition Classes
    DataType
  20. def isDtInt32: Boolean

    Permalink
    Definition Classes
    DataType
  21. def isDtInt64: Boolean

    Permalink
    Definition Classes
    DataType
  22. def isDtInt8: Boolean

    Permalink
    Definition Classes
    DataType
  23. def isDtInvalid: Boolean

    Permalink
    Definition Classes
    DataType
  24. def isDtMap: Boolean

    Permalink
    Definition Classes
    DataType
  25. def isDtQint16: Boolean

    Permalink
    Definition Classes
    DataType
  26. def isDtQint32: Boolean

    Permalink
    Definition Classes
    DataType
  27. def isDtQint8: Boolean

    Permalink
    Definition Classes
    DataType
  28. def isDtQuint16: Boolean

    Permalink
    Definition Classes
    DataType
  29. def isDtQuint8: Boolean

    Permalink
    Definition Classes
    DataType
  30. def isDtResource: Boolean

    Permalink
    Definition Classes
    DataType
  31. def isDtString: Boolean

    Permalink
    Definition Classes
    DataType
  32. def isDtUint16: Boolean

    Permalink
    Definition Classes
    DataType
  33. def isDtUint32: Boolean

    Permalink
    Definition Classes
    DataType
  34. def isDtUint64: Boolean

    Permalink
    Definition Classes
    DataType
  35. def isDtUint8: Boolean

    Permalink
    Definition Classes
    DataType
  36. def isDtVariant: Boolean

    Permalink
    Definition Classes
    DataType
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isUnrecognized: Boolean

    Permalink
    Definition Classes
    GeneratedEnum
  39. def javaValueDescriptor: EnumValueDescriptor

    Permalink
    Definition Classes
    GeneratedEnum
  40. val name: String

    Permalink
    Definition Classes
    DT_BFLOAT16 → GeneratedEnum
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. def scalaValueDescriptor: EnumValueDescriptor

    Permalink
    Definition Classes
    GeneratedEnum
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    GeneratedEnum → Any
  47. val value: Int

    Permalink
    Definition Classes
    DT_BFLOAT16 → GeneratedEnum
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def valueDescriptor: EnumValueDescriptor

    Permalink
    Definition Classes
    GeneratedEnum
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaValueDescriptor

Inherited from DataType

Inherited from GeneratedEnum

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped