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

Method variable_scope

tensorflow/python/ops/template.py:406–408  ·  view source on GitHub ↗

Returns the variable scope object created by this Template.

(self)

Source from the content-addressed store, hash-verified

404
405 @property
406 def variable_scope(self):
407 """Returns the variable scope object created by this Template."""
408 return self._variable_scope
409
410 @property
411 def variable_scope_name(self):

Callers 15

_dnn_towerMethod · 0.80
_create_modelMethod · 0.80
_make_scopeMethod · 0.80
_create_modelMethod · 0.80
_preluMethod · 0.80
_create_modelMethod · 0.80
_add_and_normMethod · 0.80
_multihead_attentionMethod · 0.80
_create_modelMethod · 0.80
_create_modelMethod · 0.80
_dnnMethod · 0.80
_create_modelMethod · 0.80

Calls

no outgoing calls