Package

org.platanios.tensorflow.api

types

Permalink

package types

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllowedCast[TARGET <: DataType] extends AnyRef

    Permalink

  2. type BFLOAT16 = BFLOAT16.type

    Permalink
  3. trait BFloat16OrFloat16OrFloat32 extends DecimalDataType

    Permalink
  4. trait BFloat16OrFloat32OrFloat64 extends DecimalDataType

    Permalink
  5. type BOOLEAN = BOOLEAN.type

    Permalink
  6. type COMPLEX128 = COMPLEX128.type

    Permalink
  7. type COMPLEX64 = COMPLEX64.type

    Permalink
  8. trait ComplexDataType extends MathDataType

    Permalink
  9. trait DataType extends AnyRef

    Permalink

    Represents the data type of the elements in a tensor.

  10. trait DecimalDataType extends RealDataType

    Permalink
  11. type FLOAT16 = FLOAT16.type

    Permalink
  12. type FLOAT32 = FLOAT32.type

    Permalink
  13. type FLOAT64 = FLOAT64.type

    Permalink
  14. trait Float16OrFloat32OrFloat64 extends DecimalDataType with Int32OrInt64OrFloat16OrFloat32OrFloat64 with BFloat16OrFloat32OrFloat64

    Permalink
  15. trait Float32OrFloat64 extends Float16OrFloat32OrFloat64

    Permalink
  16. type INT16 = INT16.type

    Permalink
  17. type INT32 = INT32.type

    Permalink
  18. type INT64 = INT64.type

    Permalink
  19. type INT8 = INT8.type

    Permalink
  20. trait Int32OrInt64 extends UInt8OrInt32OrInt64

    Permalink
  21. trait Int32OrInt64OrFloat16OrFloat32OrFloat64 extends RealDataType

    Permalink
  22. trait Int32OrInt64OrFloat32OrFloat64 extends Float32OrFloat64 with Int32OrInt64

    Permalink
  23. trait IntOrUInt extends RealDataType

    Permalink
  24. trait MathDataType extends NonQuantizedDataType

    Permalink
  25. trait NonQuantizedDataType extends NumericDataType

    Permalink
  26. trait NumericDataType extends ReducibleDataType

    Permalink
  27. type QINT16 = QINT16.type

    Permalink
  28. type QINT32 = QINT32.type

    Permalink
  29. type QINT8 = QINT8.type

    Permalink
  30. type QUINT16 = QUINT16.type

    Permalink
  31. type QUINT8 = QUINT8.type

    Permalink
  32. trait QuantizedDataType extends NumericDataType

    Permalink
  33. type RESOURCE = RESOURCE.type

    Permalink
  34. trait RealDataType extends MathDataType

    Permalink
  35. trait ReducibleDataType extends DataType

    Permalink
  36. type STRING = STRING.type

    Permalink
  37. sealed trait SupportedType[+T] extends AnyRef

    Permalink

  38. type UINT16 = UINT16.type

    Permalink
  39. type UINT32 = UINT32.type

    Permalink
  40. type UINT64 = UINT64.type

    Permalink
  41. type UINT8 = UINT8.type

    Permalink
  42. trait UInt8OrInt32OrInt64 extends IntOrUInt with Int32OrInt64OrFloat16OrFloat32OrFloat64

    Permalink
  43. type VARIANT = VARIANT.type

    Permalink

Value Members

  1. object AllowedCast

    Permalink
  2. object BFLOAT16 extends BFloat16OrFloat32OrFloat64 with BFloat16OrFloat16OrFloat32

    Permalink
  3. object BOOLEAN extends ReducibleDataType

    Permalink
  4. object COMPLEX128 extends ComplexDataType

    Permalink
  5. object COMPLEX64 extends ComplexDataType

    Permalink
  6. object DataType

    Permalink

    Contains all supported data types along with some helper functions for dealing with them.

  7. object FLOAT16 extends Float16OrFloat32OrFloat64 with BFloat16OrFloat16OrFloat32

    Permalink
  8. object FLOAT32 extends Float32OrFloat64 with BFloat16OrFloat16OrFloat32

    Permalink
  9. object FLOAT64 extends Float32OrFloat64

    Permalink
  10. object INT16 extends IntOrUInt

    Permalink
  11. object INT32 extends Int32OrInt64

    Permalink
  12. object INT64 extends Int32OrInt64

    Permalink
  13. object INT8 extends IntOrUInt

    Permalink
  14. object QINT16 extends QuantizedDataType

    Permalink
  15. object QINT32 extends QuantizedDataType

    Permalink
  16. object QINT8 extends QuantizedDataType

    Permalink
  17. object QUINT16 extends QuantizedDataType

    Permalink
  18. object QUINT8 extends QuantizedDataType

    Permalink
  19. object RESOURCE extends DataType

    Permalink
  20. object STRING extends ReducibleDataType

    Permalink
  21. object SupportedType

    Permalink
  22. object UINT16 extends IntOrUInt

    Permalink
  23. object UINT32 extends IntOrUInt

    Permalink
  24. object UINT64 extends IntOrUInt

    Permalink
  25. object UINT8 extends UInt8OrInt32OrInt64

    Permalink
  26. object VARIANT extends DataType

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped