Packages

final case class Output[T] extends OutputLike[T] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  2. Serializable
  3. Product
  4. Equals
  5. OutputLike
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  4. def &&(other: Output[Boolean])(implicit ev: =:=[T, Boolean]): Output[Boolean]
  5. def *(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  6. def **(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  7. def +(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  8. def -(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  9. def /(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  10. def <(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  11. def <<(other: Output[T])(implicit ev: core.types.IsIntOrUInt[T]): Output[T]
  12. def <=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  13. def =!=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def ===(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  16. def >(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  17. def >=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
  18. def >>(other: Output[T])(implicit ev: core.types.IsIntOrUInt[T]): Output[T]
  19. def ^(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  20. def apply(firstIndexer: core.Indexer, otherIndexers: core.Indexer*): Output[T]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def asUntyped: Output[Any]
    Definition Classes
    OutputOutputLike
  23. def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): Output[R]
  24. def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): Output[R]
  25. def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): Output[R]
  26. def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): Output[R]
  27. def castTo[R](dataType: core.types.DataType[R]): Output[R]
  28. def castTo[R](implicit arg0: core.types.TF[R]): Output[R]
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  30. def consumers: Array[Input[Any]]
    Definition Classes
    OutputOutputLike
  31. def dataType: core.types.DataType[T]
    Definition Classes
    OutputOutputLike
  32. def device: String
    Definition Classes
    OutputOutputLike
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(that: Any): Boolean
    Definition Classes
    Output → Equals → AnyRef → Any
  35. implicit val evTTF: core.types.TF[T]
    Attributes
    protected
    Definition Classes
    OutputLike
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def graph: core.Graph
    Definition Classes
    OutputOutputLike
  38. def hashCode(): Int
    Definition Classes
    Output → AnyRef → Any
  39. val index: Int
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def name: String
    Definition Classes
    OutputOutputLike
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. val op: Op[Seq[Output[Any]], Seq[Output[Any]]]
    Definition Classes
    OutputOutputLike
  46. def productElementNames: Iterator[String]
    Definition Classes
    Product
  47. def rank: Int
  48. def setShape(shape: core.Shape): Unit
  49. def shape: core.Shape
  50. def size: Long
  51. def slice(firstIndexer: core.Indexer, otherIndexers: core.Indexer*): Output[T]
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toBoolean: Output[Boolean]
  54. def toByte: Output[Byte]
  55. def toComplexDouble: Output[core.types.ComplexDouble]
  56. def toComplexFloat: Output[core.types.ComplexFloat]
  57. def toDouble: Output[Double]
  58. def toFloat: Output[Float]
  59. def toHalf: Output[core.types.Half]
  60. def toInt: Output[Int]
  61. def toLong: Output[Long]
  62. def toOutput: Output[T]
    Definition Classes
    OutputOutputLike
  63. def toOutputIndexedSlices(optimize: Boolean = true): OutputIndexedSlices[T]
    Definition Classes
    OutputOutputLike
  64. def toQByte: Output[core.types.QByte]
  65. def toQInt: Output[core.types.QInt]
  66. def toQShort: Output[core.types.QShort]
  67. def toQUByte: Output[core.types.QUByte]
  68. def toQUShort: Output[core.types.QUShort]
  69. def toResource: Output[core.types.Resource]
  70. def toShort: Output[Short]
  71. def toString(): String
    Definition Classes
    Output → AnyRef → Any
  72. def toStringTensor: Output[String]
  73. def toTruncatedHalf: Output[core.types.TruncatedHalf]
  74. def toUByte: Output[core.types.UByte]
  75. def toUInt: Output[core.types.UInt]
  76. def toULong: Output[core.types.ULong]
  77. def toUShort: Output[core.types.UShort]
  78. def toVariant: Output[core.types.Variant]
  79. def unary_!(implicit ev: =:=[T, Boolean]): Output[Boolean]
  80. def unary_-(implicit ev: core.types.IsNotQuantized[T]): Output[T]
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. def ||(other: Output[Boolean])(implicit ev: =:=[T, Boolean]): Output[Boolean]

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OutputLike[T]

Inherited from AnyRef

Inherited from Any

Ungrouped