Packages

object Constructors extends Constructors

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constructors
  2. Constructors
  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. 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. def constant[T](tensor: tensors.Tensor[T], shape: core.Shape = null, name: String = "Constant"): Output[T]
    Definition Classes
    Constructors
  7. def empty[T](shape: Output[Int], initialize: Boolean = false, name: String = "Empty")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  8. def emptyLike[T](input: Output[T], initialize: Boolean = false, optimize: Boolean = true, name: String = "EmptyLike")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. 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]
    Definition Classes
    Constructors
  12. 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]
    Definition Classes
    Constructors
  13. def fillGradient[T, I](op: Op[(Output[I], Output[T]), Output[T]], outputGradient: Output[T])(implicit arg0: core.types.TF[T], arg1: core.types.TF[I], arg2: core.types.IsIntOrLong[I]): (Output[I], Output[T])
    Attributes
    protected
    Definition Classes
    Constructors
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def guaranteeConstant[T](input: Output[T], name: String = "GuaranteeConstant"): Output[T]
    Definition Classes
    Constructors
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def immutableConstant[T](shape: core.Shape, memoryRegionName: String, name: String = "ImmutableConstant")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def ones[T, I](dataType: core.types.DataType[T], shape: Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Output[T]
    Definition Classes
    Constructors
  23. def ones[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
    Definition Classes
    Constructors
  24. def ones[T, I](shape: Output[I])(implicit arg0: core.types.TF[T], arg1: core.types.TF[I], arg2: core.types.IsIntOrLong[I]): Output[T]
    Definition Classes
    Constructors
  25. def ones[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  26. def onesLike[T](input: Output[T], optimize: Boolean = true, name: String = "OnesLike"): Output[T]
    Definition Classes
    Constructors
  27. def placeholder[T](shape: core.Shape = null, name: String = "Placeholder")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  28. def placeholderWithDefault[T](default: Output[T], shape: core.Shape, name: String = "PlaceholderWithDefault")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  29. def sparsePlaceholder[T](shape: core.Shape = null, name: String = "SparsePlaceholder")(implicit arg0: core.types.TF[T]): SparseOutput[T]
    Definition Classes
    Constructors
  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, I](dataType: core.types.DataType[T], shape: Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Output[T]
    Definition Classes
    Constructors
  36. def zeros[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
    Definition Classes
    Constructors
  37. def zeros[T, I](shape: Output[I])(implicit arg0: core.types.TF[T], arg1: core.types.TF[I], arg2: core.types.IsIntOrLong[I]): Output[T]
    Definition Classes
    Constructors
  38. def zeros[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  39. def zerosLike[T](input: Output[T], optimize: Boolean = true, name: String = "ZerosLike"): Output[T]
    Definition Classes
    Constructors

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 Constructors

Inherited from AnyRef

Inherited from Any

Ungrouped