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

Function get

tflearn/optimizers.py:7–8  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

5
6
7def get(identifier):
8 return get_from_module(identifier, globals(), 'optimizer')
9
10
11class Optimizer(object):

Callers

nothing calls this directly

Calls 1

get_from_moduleFunction · 0.85

Tested by

no test coverage detected