Object

org.platanios.tensorflow.api.types

UINT32

Related Doc: package types

Permalink

object UINT32 extends IntOrUInt

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UINT32
  2. IntOrUInt
  3. RealDataType
  4. MathDataType
  5. NonQuantizedDataType
  6. NumericDataType
  7. ReducibleDataType
  8. DataType
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ScalaType = Long

    Permalink
    Definition Classes
    UINT32DataType

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. val byteSize: Int

    Permalink

    Size in bytes of each value with this data type.

    Size in bytes of each value with this data type. Returns -1 if the size is not available.

    Definition Classes
    UINT32DataType
  6. val cValue: Int

    Permalink

    Integer representing this data type in the TF_DataType enum of the TensorFlow C API.

    Integer representing this data type in the TF_DataType enum of the TensorFlow C API.

    Definition Classes
    UINT32DataType
  7. def cast[R](value: R)(implicit ev: Aux[R, _]): ScalaType

    Permalink

    Casts the provided value to this data type.

    Casts the provided value to this data type.

    Note that this method allows downcasting.

    value

    Value to cast.

    returns

    Casted value.

    Definition Classes
    DataType
    Annotations
    @throws( ... ) @inline()
    Exceptions thrown

    UnsupportedOperationException For unsupported data types on the Scala side.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  14. def isBoolean: Boolean

    Permalink

    Returns true if this data type represents a boolean data type.

    Returns true if this data type represents a boolean data type.

    Definition Classes
    DataType
  15. def isComplex: Boolean

    Permalink

    Returns true if this data type represents a complex data types.

    Returns true if this data type represents a complex data types.

    Definition Classes
    DataType
  16. def isFloatingPoint: Boolean

    Permalink

    Returns true if this data type represents a non-quantized floating-point data type.

    Returns true if this data type represents a non-quantized floating-point data type.

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

    Permalink
    Definition Classes
    Any
  18. def isInteger: Boolean

    Permalink

    Returns true if this data type represents a non-quantized integer data type.

    Returns true if this data type represents a non-quantized integer data type.

    Definition Classes
    DataType
  19. def isNumeric: Boolean

    Permalink

    Returns true if this data type represents a numeric data type.

    Returns true if this data type represents a numeric data type.

    Definition Classes
    DataType
  20. def isQuantized: Boolean

    Permalink

    Returns true if this data type represents a quantized data type.

    Returns true if this data type represents a quantized data type.

    Definition Classes
    DataType
  21. def isUnsigned: Boolean

    Permalink

    Returns true if this data type represents a non-quantized unsigned data type.

    Returns true if this data type represents a non-quantized unsigned data type.

    Definition Classes
    DataType
  22. def max: ScalaType

    Permalink

    Returns the largest value that can be represented by this data type.

    Returns the largest value that can be represented by this data type.

    Definition Classes
    UINT32DataType
  23. def min: ScalaType

    Permalink

    Returns the smallest value that can be represented by this data type.

    Returns the smallest value that can be represented by this data type.

    Definition Classes
    UINT32DataType
  24. val name: String

    Permalink

    Name of the data type (mainly useful for logging purposes).

    Name of the data type (mainly useful for logging purposes).

    Definition Classes
    UINT32DataType
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def one: Long

    Permalink

    One value for this data type.

    One value for this data type.

    Definition Classes
    UINT32DataType
  29. val priority: Int

    Permalink
    Definition Classes
    UINT32DataType
  30. def protoType: tensorflow.framework.DataType

    Permalink

    ProtoBuf data type used in serialized representations of tensors.

    ProtoBuf data type used in serialized representations of tensors.

    Definition Classes
    UINT32DataType
  31. def real: DataType

    Permalink

    Returns a data type that corresponds to this data type's real part.

    Returns a data type that corresponds to this data type's real part.

    Definition Classes
    DataType
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def zero: Long

    Permalink

    Zero value for this data type.

    Zero value for this data type.

    Definition Classes
    UINT32DataType

Inherited from IntOrUInt

Inherited from RealDataType

Inherited from MathDataType

Inherited from NonQuantizedDataType

Inherited from NumericDataType

Inherited from ReducibleDataType

Inherited from DataType

Inherited from AnyRef

Inherited from Any

Ungrouped