MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / add

Method add

tensorpack/tfutils/sessinit.py:81–82  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

79 self._names = []
80
81 def add(self, name):
82 self._names.append(get_op_tensor_name(name)[0])
83
84 def log(self):
85 if len(self._names):

Callers 15

_match_varsMethod · 0.95
_run_initMethod · 0.95
wrapperFunction · 0.45
execute_only_onceFunction · 0.45
_replace_global_by_localFunction · 0.45
__init__Method · 0.45
_augmentMethod · 0.45
wrapped_funcFunction · 0.45
create_scalar_summaryFunction · 0.45
create_image_summaryFunction · 0.45

Calls 2

get_op_tensor_nameFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected