Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_vars
Method · 0.95
_run_init
Method · 0.95
wrapper
Function · 0.45
execute_only_once
Function · 0.45
_replace_global_by_local
Function · 0.45
allreduce_grads_hierarchical
Function · 0.45
_shadow_model_variables
Method · 0.45
__init__
Method · 0.45
_augment
Method · 0.45
wrapped_func
Function · 0.45
create_scalar_summary
Function · 0.45
create_image_summary
Function · 0.45
Calls
2
get_op_tensor_name
Function · 0.85
append
Method · 0.80
Tested by
no test coverage detected