Trait

org.platanios.tensorflow.api.types

NonQuantizedDataType

Related Doc: package types

Permalink

trait NonQuantizedDataType extends NumericDataType

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonQuantizedDataType
  2. NumericDataType
  3. ReducibleDataType
  4. DataType
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ScalaType

    Permalink
    Definition Classes
    DataType

Abstract Value Members

  1. abstract 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
    DataType
  2. abstract 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
    DataType
  3. abstract def one: ScalaType

    Permalink

    One value for this data type.

    One value for this data type.

    Definition Classes
    DataType
  4. abstract 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
    DataType
  5. abstract def zero: ScalaType

    Permalink

    Zero value for this data type.

    Zero value for this data type.

    Definition Classes
    DataType

Concrete 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 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.

  6. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    DataType → 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. def hashCode(): Int

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  12. 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
  13. 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
  14. 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
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
    DataType
  21. 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
    DataType
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. 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
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from NumericDataType

Inherited from ReducibleDataType

Inherited from DataType

Inherited from AnyRef

Inherited from Any

Ungrouped