Packages

class Graph extends utilities.Closeable with Serializable

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graph
  2. Serializable
  3. Closeable
  4. AnyRef
  5. 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. def addToCollection[K](key: Key[K])(value: K): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assertNotFrozen(): Unit
    Annotations
    @throws(scala.this.throws.<init>$default$1[AssertionError])
  7. def clearCollection[K](key: Key[K]): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def close(): Unit
    Definition Classes
    Closeable
  10. val closeFn: () => Unit
    Attributes
    protected
    Definition Classes
    GraphCloseable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    Graph → AnyRef → Any
  13. def findOp(name: String): Option[ops.Op[Seq[ops.Output[Any]], Seq[ops.Output[Any]]]]
  14. def freeze(): Unit
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getCollection[K](key: Key[K]): Set[K]
  17. def getOpByName(name: String): ops.Op[Seq[ops.Output[Any]], Seq[ops.Output[Any]]]
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  18. def getOutputByName(name: String): ops.Output[Any]
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  19. def globalVariables: Set[ops.variables.Variable[Any]]
  20. def globalVariablesInitializer(name: String = "GlobalVariablesInitializer"): ops.UntypedOp
  21. def hashCode(): Int
    Definition Classes
    Graph → AnyRef → Any
  22. def importGraphDef(graphDef: GraphDef, importScope: String = null, inputsMap: Map[(String, Int), ops.Output[Any]] = Map.empty, controlDependenciesMap: Map[String, ops.UntypedOp] = Map.empty, controlDependencies: Set[ops.UntypedOp] = Set.empty): Unit
  23. def importMetaGraphDef(metaGraphDef: MetaGraphDef, importScope: String = null, inputsMap: Map[(String, Int), ops.Output[Any]] = Map.empty, controlDependenciesMap: Map[String, ops.UntypedOp] = Map.empty, controlDependencies: Set[ops.UntypedOp] = Set.empty, clearDevices: Boolean = false, unboundInputsCollectionKey: Key[String] = Graph.Keys.UNBOUND_INPUTS, restoreCollectionsPredicate: (Key[_]) => Boolean = _ => true): Unit
  24. def isClosed: Boolean
  25. def isFrozen: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def localResources: Set[ResourceWrapper]
  28. def localVariables: Set[ops.variables.Variable[Any]]
  29. def localVariablesInitializer(name: String = "LocalVariablesInitializer"): ops.UntypedOp
  30. def metricVariables: Set[ops.variables.Variable[Any]]
  31. def metricVariablesInitializer(name: String = "MetricVariablesInitializer"): ops.UntypedOp
  32. def modelVariables: Set[ops.variables.Variable[Any]]
  33. def modelVariablesInitializer(name: String = "ModelVariablesInitializer"): ops.UntypedOp
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def ops: Array[ops.Op[Seq[ops.Output[Any]], Seq[ops.Output[Any]]]]
  38. def randomSeed: Option[Int]
  39. def savers: Set[Saver]
  40. def setRandomSeed(value: Int): Unit
  41. def sharedResources: Set[ResourceWrapper]
  42. def summaries: Set[ops.Output[String]]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def tableInitializers: Set[ops.UntypedOp]
  45. def toGraphDef: GraphDef
  46. def toMetaGraphDef(exportScope: String = null, metaInfoDef: MetaInfoDef = null, saverDef: SaverDef = null, collections: Set[Key[_]] = Set.empty, unboundInputsCollectionKey: Key[String] = Graph.Keys.UNBOUND_INPUTS, clearDevices: Boolean = false): MetaGraphDef
  47. def toProto: GraphDef
    Definition Classes
    GraphSerializable
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def trainOps: Set[ops.UntypedOp]
  50. def trainableVariables: Set[ops.variables.Variable[Any]]
  51. def trainableVariablesInitializer(name: String = "TrainableVariablesInitializer"): ops.UntypedOp
  52. def unFreeze(): Unit
  53. def uninitializedResources(name: String = "UninitializedResources"): ops.Output[String]
  54. def uninitializedVariables(name: String = "UninitializedVariables"): ops.Output[String]
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Serializable

Inherited from utilities.Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped