Class

org.platanios.tensorflow.api.ops.variables

Variable

Related Doc: package variables

Permalink

case class Variable extends Serializable with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Variable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +=(value: Output): Unit

    Permalink
  4. def -=(value: Output): Unit

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assign(value: Output, name: String = "Assign"): Output

    Permalink
  8. def assignAdd(value: Output, name: String = "AssignAdd"): Output

    Permalink
  9. def assignScatterAdd(indices: Output, values: Output, name: String = "AssignScatterAdd"): Output

    Permalink
  10. def assignScatterSub(indices: Output, values: Output, name: String = "AssignScatterAdd"): Output

    Permalink
  11. def assignSub(value: Output, name: String = "AssignAdd"): Output

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val dataType: types.DataType

    Permalink
  14. val device: String

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Variable → Equals → AnyRef → Any
  17. def evaluate(feeds: Map[Output, tensors.Tensor] = Map.empty, session: core.client.Session = null): tensors.Tensor

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val graph: core.Graph

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    Variable → AnyRef → Any
  22. val initializer: api.Op

    Permalink
  23. val isInitialized: Output

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val name: String

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val op: api.Op

    Permalink
  30. def read(name: String = "Read"): Output

    Permalink
  31. val shape: core.Shape

    Permalink
  32. def sparseRead(indices: Output, name: String = "Gather"): Output

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toOutput: Output

    Permalink
  35. def toProto(exportScope: String): VariableDef

    Permalink
  36. def toProto: VariableDef

    Permalink
    Definition Classes
    VariableSerializable
  37. def toString(): String

    Permalink
    Definition Classes
    Variable → AnyRef → Any
  38. def toVariableDef(exportScope: String): VariableDef

    Permalink
  39. def update(value: Output): Unit

    Permalink
  40. val value: Output

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped