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

Method variables

tensorflow/python/ops/template.py:422–424  ·  view source on GitHub ↗

Returns the list of global and local variables created by the Template.

(self)

Source from the content-addressed store, hash-verified

420
421 @property
422 def variables(self):
423 """Returns the list of global and local variables created by the Template."""
424 return self.global_variables + self.local_variables
425
426 @property
427 def trainable_variables(self):

Callers 3

variablesMethod · 0.45
_call_funcMethod · 0.45
variablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected