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
- Alphabetic
- By Inheritance
Inherited
- TensorIndexedSlices
- Serializable
- Serializable
- Product
- Equals
- TensorLike
- 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: TensorIndexedSlices[Any]
- Definition Classes
- TensorIndexedSlices → TensorLike
- def bitcastTo[R](dataType: core.types.DataType[R])(implicit ev: core.types.IsNumeric[T]): TensorIndexedSlices[R]
- def bitcastTo[R](implicit arg0: core.types.TF[R], ev: core.types.IsNumeric[T]): TensorIndexedSlices[R]
- def castTo[R](dataType: core.types.DataType[R], truncate: Boolean): TensorIndexedSlices[R]
- def castTo[R](truncate: Boolean)(implicit arg0: core.types.TF[R]): TensorIndexedSlices[R]
- def castTo[R](dataType: core.types.DataType[R]): TensorIndexedSlices[R]
- def castTo[R](implicit arg0: core.types.TF[R]): TensorIndexedSlices[R]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
dataType: core.types.DataType[T]
- Definition Classes
- TensorIndexedSlices → TensorLike
- val denseShape: Tensor[Int]
-
val
device: String
- Definition Classes
- TensorIndexedSlices → TensorLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
val
evTTF: core.types.TF[T]
- Attributes
- protected
-
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()
- val indices: Tensor[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
shape: core.Shape
- Definition Classes
- TensorIndexedSlices → TensorLike
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toBoolean: TensorIndexedSlices[Boolean]
- def toByte: TensorIndexedSlices[Byte]
- def toComplexDouble: TensorIndexedSlices[core.types.ComplexDouble]
- def toComplexFloat: TensorIndexedSlices[core.types.ComplexFloat]
- def toDouble: TensorIndexedSlices[Double]
- def toFloat: TensorIndexedSlices[Float]
- def toHalf: TensorIndexedSlices[core.types.Half]
- def toInt: TensorIndexedSlices[Int]
- def toLong: TensorIndexedSlices[Long]
- def toQByte: TensorIndexedSlices[core.types.QByte]
- def toQInt: TensorIndexedSlices[core.types.QInt]
- def toQShort: TensorIndexedSlices[core.types.QShort]
- def toQUByte: TensorIndexedSlices[core.types.QUByte]
- def toQUShort: TensorIndexedSlices[core.types.QUShort]
- def toResource: TensorIndexedSlices[core.types.Resource]
- def toShort: TensorIndexedSlices[Short]
-
def
toString(): String
- Definition Classes
- TensorIndexedSlices → AnyRef → Any
- def toStringTensor: TensorIndexedSlices[String]
-
def
toTensor: Tensor[T]
- Definition Classes
- TensorIndexedSlices → TensorLike
- Annotations
- @throws( ... )
-
def
toTensorIndexedSlices: TensorIndexedSlices[T]
- Definition Classes
- TensorIndexedSlices → TensorLike
- def toTruncatedHalf: TensorIndexedSlices[core.types.TruncatedHalf]
- def toUByte: TensorIndexedSlices[core.types.UByte]
- def toUInt: TensorIndexedSlices[core.types.UInt]
- def toULong: TensorIndexedSlices[core.types.ULong]
- def toUShort: TensorIndexedSlices[core.types.UShort]
- def toVariant: TensorIndexedSlices[core.types.Variant]
- val values: Tensor[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( ... )