object OutputToTensor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputToTensor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[T, VV] = OutputToTensor[T] { type V = VV }
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: OutputToTensor[T]): Aux[T, V]
-
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]: Aux[Dataset[T], tensors.Tensor[core.types.Variant]]
- implicit def fromHList[HT, HV, TT <: HList, TV <: HList](implicit evH: Strict[Aux[HT, HV]], evT: Strict[Aux[TT, TV]]): Aux[::[HT, TT], ::[HV, TV]]
- implicit val fromHNil: Aux[HNil, HNil]
- implicit def fromMap[K, T](implicit ev: OutputToTensor[T]): Aux[Map[K, T], Map[K, V]]
- implicit def fromOption[T](implicit ev: OutputToTensor[T]): Aux[Option[T], Option[V]]
- implicit def fromOutput[T]: Aux[ops.Output[T], tensors.Tensor[T]]
- implicit def fromOutputIndexedSlices[T]: Aux[ops.OutputIndexedSlices[T], tensors.TensorIndexedSlices[T]]
- implicit def fromProduct[PT <: Product, PV <: Product, HT <: HList, HV <: HList](implicit genT: shapeless.Generic.Aux[PT, HT], evT: Strict[Aux[HT, HV]], tuplerV: shapeless.ops.hlist.Tupler.Aux[HV, PV], genV: shapeless.Generic.Aux[PV, HV]): Aux[PT, PV]
- implicit def fromSeq[T](implicit ev: OutputToTensor[T]): Aux[Seq[T], Seq[V]]
- implicit def fromSparseOutput[T]: Aux[ops.SparseOutput[T], tensors.SparseTensor[T]]
- implicit def fromTensorArray[T]: Aux[ops.TensorArray[T], tensors.Tensor[Float]]
- 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( ... )