Object/Trait

org.platanios.tensorflow.api.ops.control_flow

CondOutput

Related Docs: trait CondOutput | package control_flow

Permalink

object CondOutput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CondOutput
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[T, R] = CondOutput[T] { type ResultType = R }

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def condOutputArray[T, R](implicit arg0: ClassTag[T], arg1: ClassTag[R], ev: Aux[T, R]): Aux[Array[T], Array[R]]

    Permalink
  7. implicit def condOutputMap[T, R, MK, CC[K, V] <: MapLike[K, V, CC[K, V]] with Map[K, V]](implicit ev: Aux[T, R]): Aux[Map[MK, T], Map[MK, R]]

    Permalink
  8. implicit def condOutputSeq[T, R, CC[A] <: SeqLike[A, CC[A]]](implicit ev: Aux[T, R], cbfTT: CanBuildFrom[CC[T], T, CC[T]], cbfTR: CanBuildFrom[CC[T], R, CC[R]]): Aux[CC[T], CC[R]]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit val hnil: Aux[HNil, HNil]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. implicit val opCondOutput: Aux[Op, Output]

    Permalink
  20. implicit val outputCondOutput: Aux[Output, Output]

    Permalink
  21. implicit val outputIndexedSlicesCondOutput: Aux[OutputIndexedSlices, OutputIndexedSlices]

    Permalink
  22. implicit def productConstructor[P, R, L <: HList, LR <: HList](implicit genP: shapeless.Generic.Aux[P, L], evL: Aux[L, LR], tuplerR: shapeless.ops.hlist.Tupler.Aux[LR, R], tuplerP: shapeless.ops.hlist.Tupler.Aux[L, P], genR: shapeless.Generic.Aux[R, LR]): Aux[P, R]

    Permalink
  23. implicit def recursiveConstructor[H, HR, T <: HList, TR <: HList](implicit evHead: Lazy[Aux[H, HR]], evTail: Aux[T, TR]): Aux[::[H, T], ::[HR, TR]]

    Permalink
  24. implicit val sparseOutputCondOutput: Aux[SparseOutput, SparseOutput]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. implicit val tensorArrayCondOutput: Aux[TensorArray, Output]

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped