Packages

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OutputLike[T]

Inherited from AnyRef

Inherited from Any

Ungrouped