Packages

c

org.platanios.tensorflow.api.tensors

TensorIndexedSlices

final case class TensorIndexedSlices[T](indices: Tensor[Int], values: Tensor[T], denseShape: Tensor[Int] = null) extends TensorLike[T] with Product with Serializable

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

Instance Constructors

  1. new TensorIndexedSlices(indices: Tensor[Int], values: Tensor[T], denseShape: Tensor[Int] = 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: TensorIndexedSlices[Any]
    Definition Classes
    TensorIndexedSlicesTensorLike
  6. def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): TensorIndexedSlices[R]
  7. def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): TensorIndexedSlices[R]
  8. def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): TensorIndexedSlices[R]
  9. def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): TensorIndexedSlices[R]
  10. def castTo[R](dataType: core.types.DataType[R]): TensorIndexedSlices[R]
  11. def castTo[R](implicit arg0: core.types.TF[R]): TensorIndexedSlices[R]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val dataType: core.types.DataType[T]
    Definition Classes
    TensorIndexedSlicesTensorLike
  14. val denseShape: Tensor[Int]
  15. val device: String
    Definition Classes
    TensorIndexedSlicesTensorLike
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. implicit val evTTF: core.types.TF[T]
    Attributes
    protected
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val indices: Tensor[Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val shape: core.Shape
    Definition Classes
    TensorIndexedSlicesTensorLike
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toBoolean: TensorIndexedSlices[Boolean]
  28. def toByte: TensorIndexedSlices[Byte]
  29. def toComplexDouble: TensorIndexedSlices[core.types.ComplexDouble]
  30. def toComplexFloat: TensorIndexedSlices[core.types.ComplexFloat]
  31. def toDouble: TensorIndexedSlices[Double]
  32. def toFloat: TensorIndexedSlices[Float]
  33. def toHalf: TensorIndexedSlices[core.types.Half]
  34. def toInt: TensorIndexedSlices[Int]
  35. def toLong: TensorIndexedSlices[Long]
  36. def toQByte: TensorIndexedSlices[core.types.QByte]
  37. def toQInt: TensorIndexedSlices[core.types.QInt]
  38. def toQShort: TensorIndexedSlices[core.types.QShort]
  39. def toQUByte: TensorIndexedSlices[core.types.QUByte]
  40. def toQUShort: TensorIndexedSlices[core.types.QUShort]
  41. def toResource: TensorIndexedSlices[core.types.Resource]
  42. def toShort: TensorIndexedSlices[Short]
  43. def toString(): String
    Definition Classes
    TensorIndexedSlices → AnyRef → Any
  44. def toStringTensor: TensorIndexedSlices[String]
  45. def toTensor: Tensor[T]
    Definition Classes
    TensorIndexedSlicesTensorLike
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalStateException])
  46. def toTensorIndexedSlices: TensorIndexedSlices[T]
    Definition Classes
    TensorIndexedSlicesTensorLike
  47. def toTruncatedHalf: TensorIndexedSlices[core.types.TruncatedHalf]
  48. def toUByte: TensorIndexedSlices[core.types.UByte]
  49. def toUInt: TensorIndexedSlices[core.types.UInt]
  50. def toULong: TensorIndexedSlices[core.types.ULong]
  51. def toUShort: TensorIndexedSlices[core.types.UShort]
  52. def toVariant: TensorIndexedSlices[core.types.Variant]
  53. val values: Tensor[T]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. 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 TensorLike[T]

Inherited from AnyRef

Inherited from Any

Ungrouped