final case class SparseOutput[T](indices: Output[Long], values: Output[T], denseShape: Output[Long] = null) extends OutputLike[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparseOutput
- Serializable
- Serializable
- Product
- Equals
- OutputLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asUntyped: SparseOutput[Any]
- Definition Classes
- SparseOutput → OutputLike
- def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): SparseOutput[R]
- def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): SparseOutput[R]
- def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): SparseOutput[R]
- def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): SparseOutput[R]
- def castTo[R](dataType: core.types.DataType[R]): SparseOutput[R]
- def castTo[R](implicit arg0: core.types.TF[R]): SparseOutput[R]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
consumers: Array[Input[Any]]
- Definition Classes
- SparseOutput → OutputLike
-
def
dataType: core.types.DataType[T]
- Definition Classes
- SparseOutput → OutputLike
- val denseShape: Output[Long]
-
def
device: String
- Definition Classes
- SparseOutput → OutputLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
- SparseOutput → OutputLike
- val indices: Output[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
- Definition Classes
- SparseOutput → 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()
-
def
op: Op[Seq[Output[Any]], Seq[Output[Any]]]
- Definition Classes
- SparseOutput → OutputLike
- def shape: core.Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toBoolean: SparseOutput[Boolean]
- def toByte: SparseOutput[Byte]
- def toComplexDouble: SparseOutput[core.types.ComplexDouble]
- def toComplexFloat: SparseOutput[core.types.ComplexFloat]
- def toDouble: SparseOutput[Double]
- def toFloat: SparseOutput[Float]
- def toHalf: SparseOutput[core.types.Half]
- def toInt: SparseOutput[Int]
- def toLong: SparseOutput[Long]
- def toOutput(defaultValue: Output[T] = null, validateIndices: Boolean = true, name: String = s"${values.op.name}/ToOutput"): Output[T]
-
def
toOutput: Output[T]
- Definition Classes
- SparseOutput → OutputLike
-
def
toOutputIndexedSlices(optimize: Boolean = true): OutputIndexedSlices[T]
- Definition Classes
- SparseOutput → OutputLike
- Annotations
- @throws( ... )
- def toQByte: SparseOutput[core.types.QByte]
- def toQInt: SparseOutput[core.types.QInt]
- def toQShort: SparseOutput[core.types.QShort]
- def toQUByte: SparseOutput[core.types.QUByte]
- def toQUShort: SparseOutput[core.types.QUShort]
- def toResource: SparseOutput[core.types.Resource]
- def toShort: SparseOutput[Short]
-
def
toString(): String
- Definition Classes
- SparseOutput → AnyRef → Any
- def toStringTensor: SparseOutput[String]
- def toTruncatedHalf: SparseOutput[core.types.TruncatedHalf]
- def toUByte: SparseOutput[core.types.UByte]
- def toUInt: SparseOutput[core.types.UInt]
- def toULong: SparseOutput[core.types.ULong]
- def toUShort: SparseOutput[core.types.UShort]
- def toVariant: SparseOutput[core.types.Variant]
- val values: 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( ... )