MCPcopy Create free account
hub / github.com/tflearn/tflearn / get

Function get

tflearn/layers/normalization.py:13–17  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

11
12
13def get(identifier):
14 if hasattr(identifier, '__call__'):
15 return identifier
16 else:
17 return get_from_module(identifier, globals(), 'normalization')
18
19
20def batch_normalization(incoming, beta=0.0, gamma=1.0, epsilon=1e-5,

Callers

nothing calls this directly

Calls 1

get_from_moduleFunction · 0.85

Tested by

no test coverage detected