MCPcopy Index your code
hub / github.com/tflearn/tflearn / get

Function get

tflearn/initializations.py:9–13  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

7
8
9def get(identifier):
10 if hasattr(identifier, '__call__'):
11 return identifier
12 else:
13 return get_from_module(identifier, globals(), 'initializations')
14
15
16def zeros(shape=None, dtype=tf.float32, seed=None):

Callers

nothing calls this directly

Calls 1

get_from_moduleFunction · 0.85

Tested by

no test coverage detected