object TensorToOutput extends TensorToOutputLowPriorityImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorToOutput
  2. TensorToOutputLowPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[T, OO] = TensorToOutput[T] { type O = OO }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. 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]]
  9. implicit val fromHNil: Aux[HNil, HNil]
  10. implicit def fromKnownProduct[PT <: Product, PO <: Product, HT <: HList, HO <: HList](implicit genT: shapeless.Generic.Aux[PT, HT], evT: Strict[Aux[HT, HO]], genO: shapeless.Generic.Aux[PO, HO]): Aux[PT, PO]
  11. implicit def fromMap[K, T](implicit ev: TensorToOutput[T]): Aux[Map[K, T], Map[K, O]]
  12. implicit def fromOption[T](implicit ev: TensorToOutput[T]): Aux[Option[T], Option[O]]
  13. 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]
  14. implicit def fromSeq[T](implicit ev: TensorToOutput[T]): Aux[Seq[T], Seq[O]]
  15. implicit def fromSparseTensor[T]: Aux[tensors.SparseTensor[T], ops.SparseOutput[T]]
  16. implicit def fromTensor[T]: Aux[tensors.Tensor[T], ops.Output[T]]
  17. implicit def fromTensorIndexedSlices[T]: Aux[tensors.TensorIndexedSlices[T], ops.OutputIndexedSlices[T]]
  18. implicit val fromUnit: Aux[Unit, Unit]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped