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

Function get

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

Source from the content-addressed store, hash-verified

7
8
9def get(identifier):
10 return get_from_module(identifier, globals(), 'objective')
11
12
13def softmax_categorical_crossentropy(y_pred, y_true):

Callers

nothing calls this directly

Calls 1

get_from_moduleFunction · 0.85

Tested by

no test coverage detected