trait VariableLike[T] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VariableLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
assign(value: Output[T], name: String = "Assign"): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignAdd(value: Output[T], name: String = "AssignAdd"): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatter[I](indices: Output[I], values: Output[T], name: String = "AssignScatter")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterAdd[I](indices: Output[I], values: Output[T], name: String = "AssignScatterAdd")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterDiv[I](indices: Output[I], values: Output[T], name: String = "AssignScatterDiv")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterMax[I](indices: Output[I], values: Output[T], name: String = "AssignScatterMax")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterMin[I](indices: Output[I], values: Output[T], name: String = "AssignScatterMin")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterMul[I](indices: Output[I], values: Output[T], name: String = "AssignScatterMul")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignScatterSub[I](indices: Output[I], values: Output[T], name: String = "AssignScatterSub")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I], evTIsNumeric: core.types.IsNumeric[T]): Output[T]
- Annotations
- @throws( ... )
-
abstract
def
assignSub(value: Output[T], name: String = "AssignAdd"): Output[T]
- Annotations
- @throws( ... )
- abstract val dataType: core.types.DataType[T]
-
abstract
def
gather[I](indices: Output[I], name: String = "Gather")(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Output[T]
- Annotations
- @throws( ... )
- abstract val graph: core.Graph
- abstract val initializedValue: Output[T]
- abstract val initializer: UntypedOp
- abstract val isInitialized: Output[Boolean]
- abstract val name: String
- abstract def read(name: String = "Read"): Output[T]
- abstract val shape: core.Shape
- abstract val value: Output[T]
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asUntyped: VariableLike[Any]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toOutput: Output[T]
-
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( ... )