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