MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / variables

Method variables

tensorflow/python/ops/template.py:684–689  ·  view source on GitHub ↗

Returns the list of variables created by the Template.

(self)

Source from the content-addressed store, hash-verified

682
683 @property
684 def variables(self):
685 """Returns the list of variables created by the Template."""
686 # Currently there is no local variable in Eager mode.
687 if not self._variables_created:
688 return []
689 return self._template_store.variables()
690
691 @property
692 def trainable_variables(self):

Callers

nothing calls this directly

Calls 1

variablesMethod · 0.45

Tested by

no test coverage detected