object Output extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Output
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T](outputs: Output[T]*)(implicit arg0: core.types.TF[T]): Output[T]
- def apply[T]()(implicit arg0: core.types.TF[T]): Output[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def constant[T](tensor: tensors.Tensor[T], shape: core.Shape = null, name: String = "Constant")(implicit arg0: core.types.TF[T]): Output[T]
- def empty[T](implicit arg0: core.types.TF[T]): Output[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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]
- 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]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def guaranteeConstant[T](input: Output[T], name: String = "GuaranteeConstant")(implicit arg0: core.types.TF[T]): Output[T]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def immutableConstant[T](shape: core.Shape, memoryRegionName: String, name: String = "ImmutableConstant")(implicit arg0: core.types.TF[T]): Output[T]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ones[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
- def ones[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
- def onesLike[T](output: Output[T], optimize: Boolean = true, name: String = "OnesLike"): Output[T]
- def placeholder[T](shape: core.Shape = null, name: String = "Placeholder")(implicit arg0: core.types.TF[T]): Output[T]
- def placeholderWithDefault[T](default: Output[T], shape: core.Shape, name: String = "PlaceholderWithDefault")(implicit arg0: core.types.TF[T]): Output[T]
- def sparsePlaceholder[T](shape: core.Shape = null, name: String = "SparsePlaceholder")(implicit arg0: core.types.TF[T]): SparseOutput[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def zeros[T](dataType: core.types.DataType[T], shape: Output[Int]): Output[T]
- def zeros[T](shape: Output[Int])(implicit arg0: core.types.TF[T]): Output[T]
- def zerosLike[T](output: Output[T], optimize: Boolean = true, name: String = "ZerosLike"): Output[T]