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. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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: Any): 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. 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"): Output[T]
    Definition Classes
    Constructors
  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]
    Definition Classes
    Constructors
  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, 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
  24. def ones[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
    Definition Classes
    Constructors
  25. 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
  26. def ones[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  27. def onesLike[T](input: Output[T], optimize: Boolean = true, name: String = "OnesLike"): Output[T]
    Definition Classes
    Constructors
  28. def placeholder[T](shape: core.Shape = null, name: String = "Placeholder")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  29. def placeholderWithDefault[T](default: Output[T], shape: core.Shape, name: String = "PlaceholderWithDefault")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  30. def sparsePlaceholder[T](shape: core.Shape = null, name: String = "SparsePlaceholder")(implicit arg0: core.types.TF[T]): SparseOutput[T]
    Definition Classes
    Constructors
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. 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
  37. def zeros[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
    Definition Classes
    Constructors
  38. 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
  39. def zeros[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Constructors
  40. def zerosLike[T](input: Output[T], optimize: Boolean = true, name: String = "ZerosLike"): Output[T]
    Definition Classes
    Constructors

Inherited from Constructors

Inherited from AnyRef

Inherited from Any

Ungrouped