Packages

class FunctionGraph extends core.Graph

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionGraph
  2. Graph
  3. Serializable
  4. Closeable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FunctionGraph(nativeHandleWrapper: NativeHandleWrapper, captureByValue: Boolean, closeFn: () => Unit)

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

Inherited from Serializable

Inherited from utilities.Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped