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

Function var

tensorflow/contrib/specs/python/specs_ops.py:152–153  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

150 """
151
152 def var(_):
153 return variable_scope.get_variable(name, *args, **kw)
154
155 return specs_lib.Callable(var)
156

Callers 12

GetParamFunction · 0.50
~VariableInfoMethod · 0.50
output_edge_baseMethod · 0.50
output_attr_baseMethod · 0.50
forward_from_baseMethod · 0.50
input_type_baseMethod · 0.50
output_type_baseMethod · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50

Calls 1

get_variableMethod · 0.45

Tested by

no test coverage detected