class Graph extends utilities.Closeable with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graph
- Serializable
- Closeable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def addToCollection[K](key: Key[K])(value: K): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assertNotFrozen(): Unit
- Annotations
- @throws( ... )
- def clearCollection[K](key: Key[K]): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- Closeable
- val closeFn: () ⇒ Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Graph → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def freeze(): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCollection[K](key: Key[K]): Set[K]
-
def
getOpByName(name: String): ops.Op[Seq[ops.Output[Any]], Seq[ops.Output[Any]]]
- Annotations
- @throws( ... )
-
def
getOutputByName(name: String): ops.Output[Any]
- Annotations
- @throws( ... )
- def globalVariables: Set[ops.variables.Variable[Any]]
- def globalVariablesInitializer(name: String = "GlobalVariablesInitializer"): ops.UntypedOp
-
def
hashCode(): Int
- Definition Classes
- Graph → AnyRef → Any
- 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
- 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
- def isClosed: Boolean
- def isFrozen: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localResources: Set[ResourceWrapper]
- def localVariables: Set[ops.variables.Variable[Any]]
- def localVariablesInitializer(name: String = "LocalVariablesInitializer"): ops.UntypedOp
- def metricVariables: Set[ops.variables.Variable[Any]]
- def metricVariablesInitializer(name: String = "MetricVariablesInitializer"): ops.UntypedOp
- def modelVariables: Set[ops.variables.Variable[Any]]
- def modelVariablesInitializer(name: String = "ModelVariablesInitializer"): ops.UntypedOp
-
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()
- def ops: Array[ops.Op[Seq[ops.Output[Any]], Seq[ops.Output[Any]]]]
- def randomSeed: Option[Int]
- def savers: Set[Saver]
- def setRandomSeed(value: Int): Unit
- def sharedResources: Set[ResourceWrapper]
- def summaries: Set[ops.Output[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tableInitializers: Set[ops.UntypedOp]
- def toGraphDef: GraphDef
- 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
-
def
toProto: GraphDef
- Definition Classes
- Graph → Serializable
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trainOps: Set[ops.UntypedOp]
- def trainableVariables: Set[ops.variables.Variable[Any]]
- def trainableVariablesInitializer(name: String = "TrainableVariablesInitializer"): ops.UntypedOp
- def unFreeze(): Unit
- def uninitializedResources(name: String = "UninitializedResources"): ops.Output[String]
- def uninitializedVariables(name: String = "UninitializedVariables"): ops.Output[String]
-
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( ... )