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