Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.45 KB

File metadata and controls

44 lines (31 loc) · 1.45 KB

tfra.dynamic_embedding.GraphKeys

View source on GitHub




Class GraphKeys

(Deprecated) extended standard names related to

dynamic_embedding_ops.Variable to use for graph collections. The following standard keys are defined:

  • DYNAMIC_EMBEDDING_VARIABLES: the default collection of all dynamic_embedding_ops.Variable objects.
  • TRAINABLE_DYNAMIC_EMBEDDING_VARIABLES: the subset of dynamic_embedding_ops.Variable that is trainable.

Class Members

  • DYNAMIC_EMBEDDING_VARIABLES = 'dynamic_embedding_variables'
  • TRAINABLE_DYNAMIC_EMBEDDING_VARIABLES = 'trainable_dynamic_embedding_variables'