Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
get(identifier):
8
return
get_from_module(identifier, globals(),
'optimizer'
)
9
10
11
class
Optimizer(object):
Callers
nothing calls this directly
Calls
1
get_from_module
Function · 0.85
Tested by
no test coverage detected