object Keys
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait IntCollectionKey extends Key[Int]
- trait OpCollectionKey extends Key[ops.UntypedOp]
- trait OutputCollectionKey extends Key[ops.Output[Any]]
- trait ResourceCollectionKey extends Key[ResourceWrapper]
- trait SaverCollectionKey extends Key[Saver]
- trait StringCollectionKey extends Key[String]
- trait VariableCollectionKey extends Key[ops.variables.Variable[Any]]
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 register(key: Key[_]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object ACTIVATIONS extends OpCollectionKey
- object ASSET_FILEPATHS extends OutputCollectionKey
- object BIASES extends VariableCollectionKey
- object EVAL_STEP extends VariableCollectionKey
- object GLOBAL_EPOCH extends VariableCollectionKey
- object GLOBAL_STEP extends VariableCollectionKey
- object GLOBAL_VARIABLES extends VariableCollectionKey
- object INIT_OP extends OpCollectionKey
- object LOCAL_INIT_OP extends OpCollectionKey
- object LOCAL_RESOURCES extends ResourceCollectionKey
- object LOCAL_VARIABLES extends VariableCollectionKey
- object LOSSES extends OutputCollectionKey
- object MODEL_VARIABLES extends VariableCollectionKey
- object MOVING_AVERAGE_VARIABLES extends VariableCollectionKey
- object RANDOM_SEEDS extends IntCollectionKey
- object READY_FOR_LOCAL_INIT_OP extends OutputCollectionKey
- object READY_OP extends OutputCollectionKey
- object REGULARIZATION_LOSSES extends OutputCollectionKey
- object SAVERS extends SaverCollectionKey
- object SHARED_RESOURCES extends ResourceCollectionKey
- object STREAMING_MODEL_PORTS extends VariableCollectionKey
- object SUMMARIES extends OutputCollectionKey
- object SUMMARY_OP extends OutputCollectionKey
- object TABLE_INITIALIZERS extends OpCollectionKey
- object TRAINABLE_VARIABLES extends VariableCollectionKey
- object TRAIN_OP extends OpCollectionKey
- object UNBOUND_INPUTS extends StringCollectionKey
- object UPDATE_OPS extends OpCollectionKey
- object WEIGHTS extends VariableCollectionKey