object OutputStructure
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputStructure
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply[T](implicit ev: OutputStructure[T]): OutputStructure[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def fromDataset[T, D, S](implicit arg0: OutputStructure[T], evOutputToDataType: Aux[T, D], evOutputToShape: Aux[T, S]): OutputStructure[Dataset[T]]
- implicit def fromHList[HT, TT <: HList](implicit evH: Strict[OutputStructure[HT]], evT: Strict[OutputStructure[TT]]): OutputStructure[::[HT, TT]]
- implicit val fromHNil: OutputStructure[HNil]
- implicit def fromMap[K, T](implicit ev: OutputStructure[T]): OutputStructure[Map[K, T]]
- implicit def fromOption[T](implicit ev: OutputStructure[T]): OutputStructure[Option[T]]
- implicit def fromOutput[T]: OutputStructure[ops.Output[T]]
- implicit def fromOutputIndexedSlices[T]: OutputStructure[ops.OutputIndexedSlices[T]]
- implicit def fromProduct[PT <: Product, HT <: HList](implicit genT: Aux[PT, HT], evT: Strict[OutputStructure[HT]]): OutputStructure[PT]
- implicit def fromSeq[T](implicit ev: OutputStructure[T]): OutputStructure[Seq[T]]
- implicit def fromSparseOutput[T]: OutputStructure[ops.SparseOutput[T]]
- implicit def fromTensorArray[T]: OutputStructure[ops.TensorArray[T]]
- implicit val fromUnit: OutputStructure[Unit]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )