Packages

object Output extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply[T](outputs: Output[T]*)(implicit arg0: core.types.TF[T]): Output[T]
  5. def apply[T]()(implicit arg0: core.types.TF[T]): Output[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def constant[T](value: tensors.Tensor[T], shape: core.Shape = null, name: String = "Constant")(implicit arg0: core.types.TF[T]): Output[T]
  9. def constantValue[T](output: Output[T]): Option[tensors.Tensor[T]]
  10. def constantValueAsShape[T](tensor: Output[T]): Option[core.Shape]
  11. def empty[T](implicit arg0: core.types.TF[T]): Output[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fill[T, I](dataType: core.types.DataType[T], shape: Output[I])(value: Output[T])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Output[T]
  15. def fill[T, I](shape: Output[I])(value: Output[T])(implicit arg0: core.types.TF[T], arg1: core.types.TF[I], arg2: core.types.IsIntOrLong[I]): Output[T]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def guaranteeConstant[T](input: Output[T], name: String = "GuaranteeConstant")(implicit arg0: core.types.TF[T]): Output[T]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def immutableConstant[T](shape: core.Shape, memoryRegionName: String, name: String = "ImmutableConstant")(implicit arg0: core.types.TF[T]): Output[T]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def ones[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
  25. def ones[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
  26. def onesLike[T](output: Output[T], optimize: Boolean = true, name: String = "OnesLike"): Output[T]
  27. def placeholder[T](shape: core.Shape = null, name: String = "Placeholder")(implicit arg0: core.types.TF[T]): Output[T]
  28. def placeholderWithDefault[T](default: Output[T], shape: core.Shape, name: String = "PlaceholderWithDefault")(implicit arg0: core.types.TF[T]): Output[T]
  29. def sparsePlaceholder[T](shape: core.Shape = null, name: String = "SparsePlaceholder")(implicit arg0: core.types.TF[T]): SparseOutput[T]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def zeros[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
  36. def zeros[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
  37. def zerosLike[T](output: Output[T], optimize: Boolean = true, name: String = "ZerosLike"): Output[T]

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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped