Packages

object Output extends Serializable

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped