object TensorToOutput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TensorToOutput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[T, OO] = TensorToOutput[T] { type O = OO }
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
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 fromHList[HT, HO, TT <: HList, TO <: HList](implicit evH: Strict[Aux[HT, HO]], evT: Strict[Aux[TT, TO]]): Aux[::[HT, TT], ::[HO, TO]]
- implicit val fromHNil: Aux[HNil, HNil]
- implicit def fromMap[K, T](implicit ev: TensorToOutput[T]): Aux[Map[K, T], Map[K, O]]
- implicit def fromOption[T](implicit ev: TensorToOutput[T]): Aux[Option[T], Option[O]]
- implicit def fromProduct[PT <: Product, PO <: Product, HT <: HList, HO <: HList](implicit genT: shapeless.Generic.Aux[PT, HT], evT: Strict[Aux[HT, HO]], tuplerO: shapeless.ops.hlist.Tupler.Aux[HO, PO], genO: shapeless.Generic.Aux[PO, HO]): Aux[PT, PO]
- implicit def fromSeq[T](implicit ev: TensorToOutput[T]): Aux[Seq[T], Seq[O]]
- implicit def fromSparseTensor[T]: Aux[tensors.SparseTensor[T], ops.SparseOutput[T]]
- implicit def fromTensor[T]: Aux[tensors.Tensor[T], ops.Output[T]]
- implicit def fromTensorIndexedSlices[T]: Aux[tensors.TensorIndexedSlices[T], ops.OutputIndexedSlices[T]]
- implicit val fromUnit: Aux[Unit, 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( ... )