Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseOutput
  2. Serializable
  3. Product
  4. Equals
  5. OutputLike
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparseOutput(indices: Output[Long], values: Output[T], denseShape: Output[Long] = null)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asUntyped: SparseOutput[Any]
    Definition Classes
    SparseOutputOutputLike
  6. def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): SparseOutput[R]
  7. def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): SparseOutput[R]
  8. def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): SparseOutput[R]
  9. def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): SparseOutput[R]
  10. def castTo[R](dataType: core.types.DataType[R]): SparseOutput[R]
  11. def castTo[R](implicit arg0: core.types.TF[R]): SparseOutput[R]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def consumers: Array[Input[Any]]
    Definition Classes
    SparseOutputOutputLike
  14. def dataType: core.types.DataType[T]
    Definition Classes
    SparseOutputOutputLike
  15. val denseShape: Output[Long]
  16. def device: String
    Definition Classes
    SparseOutputOutputLike
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. implicit val evTTF: core.types.TF[T]
    Attributes
    protected
    Definition Classes
    OutputLike
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def graph: core.Graph
    Definition Classes
    SparseOutputOutputLike
  21. val indices: Output[Long]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def name: String
    Definition Classes
    SparseOutputOutputLike
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def op: Op[Seq[Output[Any]], Seq[Output[Any]]]
    Definition Classes
    SparseOutputOutputLike
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def shape: core.Shape
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toBoolean: SparseOutput[Boolean]
  32. def toByte: SparseOutput[Byte]
  33. def toComplexDouble: SparseOutput[core.types.ComplexDouble]
  34. def toComplexFloat: SparseOutput[core.types.ComplexFloat]
  35. def toDouble: SparseOutput[Double]
  36. def toFloat: SparseOutput[Float]
  37. def toHalf: SparseOutput[core.types.Half]
  38. def toInt: SparseOutput[Int]
  39. def toLong: SparseOutput[Long]
  40. def toOutput(defaultValue: Output[T] = null, validateIndices: Boolean = true, name: String = s"${values.op.name}/ToOutput"): Output[T]
  41. def toOutput: Output[T]
    Definition Classes
    SparseOutputOutputLike
  42. def toOutputIndexedSlices(optimize: Boolean = true): OutputIndexedSlices[T]
    Definition Classes
    SparseOutputOutputLike
    Annotations
    @throws(scala.this.throws.<init>$default$1[UnsupportedOperationException])
  43. def toQByte: SparseOutput[core.types.QByte]
  44. def toQInt: SparseOutput[core.types.QInt]
  45. def toQShort: SparseOutput[core.types.QShort]
  46. def toQUByte: SparseOutput[core.types.QUByte]
  47. def toQUShort: SparseOutput[core.types.QUShort]
  48. def toResource: SparseOutput[core.types.Resource]
  49. def toShort: SparseOutput[Short]
  50. def toString(): String
    Definition Classes
    SparseOutput → AnyRef → Any
  51. def toStringTensor: SparseOutput[String]
  52. def toTruncatedHalf: SparseOutput[core.types.TruncatedHalf]
  53. def toUByte: SparseOutput[core.types.UByte]
  54. def toUInt: SparseOutput[core.types.UInt]
  55. def toULong: SparseOutput[core.types.ULong]
  56. def toUShort: SparseOutput[core.types.UShort]
  57. def toVariant: SparseOutput[core.types.Variant]
  58. val values: Output[T]
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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