final case class Output[T] extends OutputLike[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Output
- Serializable
- Serializable
- Product
- Equals
- OutputLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def &&(other: Output[Boolean])(implicit ev: =:=[T, Boolean]): Output[Boolean]
- def *(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def **(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def +(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def -(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def /(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def <(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
- def <=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
- def =!=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
- def >(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
- def >=(other: Output[T])(implicit ev: core.types.IsNumeric[T]): Output[Boolean]
- def ^(other: Output[T])(implicit ev: core.types.IsNotQuantized[T]): Output[T]
- def apply(firstIndexer: core.Indexer, otherIndexers: core.Indexer*): Output[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asUntyped: Output[Any]
- Definition Classes
- Output → OutputLike
- def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): Output[R]
- def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): Output[R]
- def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): Output[R]
- def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): Output[R]
- def castTo[R](dataType: core.types.DataType[R]): Output[R]
- def castTo[R](implicit arg0: core.types.TF[R]): Output[R]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
consumers: Array[Input[Any]]
- Definition Classes
- Output → OutputLike
-
def
dataType: core.types.DataType[T]
- Definition Classes
- Output → OutputLike
-
def
device: String
- Definition Classes
- Output → OutputLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Output → Equals → AnyRef → Any
-
implicit
val
evTTF: core.types.TF[T]
- Attributes
- protected
- Definition Classes
- OutputLike
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graph: core.Graph
- Definition Classes
- Output → OutputLike
-
def
hashCode(): Int
- Definition Classes
- Output → AnyRef → Any
- val index: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
- Definition Classes
- Output → OutputLike
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
op: Op[Seq[Output[Any]], Seq[Output[Any]]]
- Definition Classes
- Output → OutputLike
- def rank: Int
- def setShape(shape: core.Shape): Unit
- def shape: core.Shape
- def size: Long
- def slice(firstIndexer: core.Indexer, otherIndexers: core.Indexer*): Output[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toBoolean: Output[Boolean]
- def toByte: Output[Byte]
- def toComplexDouble: Output[core.types.ComplexDouble]
- def toComplexFloat: Output[core.types.ComplexFloat]
- def toDouble: Output[Double]
- def toFloat: Output[Float]
- def toHalf: Output[core.types.Half]
- def toInt: Output[Int]
- def toLong: Output[Long]
-
def
toOutput: Output[T]
- Definition Classes
- Output → OutputLike
-
def
toOutputIndexedSlices(optimize: Boolean = true): OutputIndexedSlices[T]
- Definition Classes
- Output → OutputLike
- def toQByte: Output[core.types.QByte]
- def toQInt: Output[core.types.QInt]
- def toQShort: Output[core.types.QShort]
- def toQUByte: Output[core.types.QUByte]
- def toQUShort: Output[core.types.QUShort]
- def toResource: Output[core.types.Resource]
- def toShort: Output[Short]
-
def
toString(): String
- Definition Classes
- Output → AnyRef → Any
- def toStringTensor: Output[String]
- def toTruncatedHalf: Output[core.types.TruncatedHalf]
- def toUByte: Output[core.types.UByte]
- def toUInt: Output[core.types.UInt]
- def toULong: Output[core.types.ULong]
- def toUShort: Output[core.types.UShort]
- def toVariant: Output[core.types.Variant]
- def unary_!(implicit ev: =:=[T, Boolean]): Output[Boolean]
- def unary_-(implicit ev: core.types.IsNotQuantized[T]): Output[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ||(other: Output[Boolean])(implicit ev: =:=[T, Boolean]): Output[Boolean]