Class/Object

org.platanios.tensorflow.api.core

Graph

Related Docs: object Graph | package core

Permalink

class Graph extends utilities.Closeable with Serializable

Linear Supertypes
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. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToCollection[K](value: K, key: Key[K]): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def assertNotFrozen(): Unit

    Permalink
    Annotations
    @throws( ... )
  7. def clearCollection[K](key: Key[K]): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    GraphCloseable
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def freeze(): Unit

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getCollection[K](key: Key[K]): Set[K]

    Permalink
  16. def getOpByName(name: String): ops.Op

    Permalink
    Annotations
    @throws( ... )
  17. def getOutputByName(name: String): ops.Output

    Permalink
    Annotations
    @throws( ... )
  18. def globalVariables: Set[ops.variables.Variable]

    Permalink
  19. def globalVariablesInitializer(name: String = "GlobalVariablesInitializer"): ops.Op

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    Graph → AnyRef → Any
  21. def importGraphDef(graphDef: GraphDef, importScope: String = null, inputsMap: Map[(String, Int), ops.Output] = Map.empty, controlDependenciesMap: Map[String, ops.Op] = Map.empty, controlDependencies: Set[ops.Op] = Set.empty): Unit

    Permalink
  22. def importMetaGraphDef(metaGraphDef: MetaGraphDef, importScope: String = null, inputsMap: Map[(String, Int), ops.Output] = Map.empty, controlDependenciesMap: Map[String, ops.Op] = Map.empty, controlDependencies: Set[ops.Op] = Set.empty, clearDevices: Boolean = false, unboundInputsCollectionKey: Key[String] = Graph.Keys.UNBOUND_INPUTS, restoreCollectionsPredicate: (Key[_]) ⇒ Boolean = _ => true): Unit

    Permalink
  23. def isFrozen: Boolean

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def localResources: Set[Resource]

    Permalink
  26. def localVariables: Set[ops.variables.Variable]

    Permalink
  27. def localVariablesInitializer(name: String = "LocalVariablesInitializer"): ops.Op

    Permalink
  28. def metricVariables: Set[ops.variables.Variable]

    Permalink
  29. def metricVariablesInitializer(name: String = "MetricVariablesInitializer"): ops.Op

    Permalink
  30. def modelVariables: Set[ops.variables.Variable]

    Permalink
  31. def modelVariablesInitializer(name: String = "ModelVariablesInitializer"): ops.Op

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def ops: Array[ops.Op]

    Permalink
  36. def randomSeed: Option[Int]

    Permalink
  37. def savers: Set[Saver]

    Permalink
  38. def setRandomSeed(value: Int): Unit

    Permalink
  39. def sharedResources: Set[Resource]

    Permalink
  40. def summaries: Set[ops.Output]

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

    Permalink
    Definition Classes
    AnyRef
  42. def tableInitializers: Set[ops.Op]

    Permalink
  43. def toGraphDef: GraphDef

    Permalink
  44. 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

    Permalink
  45. def toProto: GraphDef

    Permalink
    Definition Classes
    GraphSerializable
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def trainOps: Set[ops.Op]

    Permalink
  48. def trainableVariables: Set[ops.variables.Variable]

    Permalink
  49. def trainableVariablesInitializer(name: String = "TrainableVariablesInitializer"): ops.Op

    Permalink
  50. def unFreeze(): Unit

    Permalink
  51. def uninitializedResources(name: String = "UninitializedResources"): ops.Output

    Permalink
  52. def uninitializedVariables(name: String = "UninitializedVariables"): ops.Output

    Permalink
  53. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from utilities.Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped