0 |
keras-team/keras |
e43af6c89cd6c4adecc21ad5fc05b21e7fa9477b |
keras/backend.py |
python |
backend |
() |
|
return 'tensorflow' |
Publicly accessible method for determining the... |
Publicly accessible method for determining the... |
[Publicly, accessible, method, for, determinin... |
def backend():\n """Publicly accessible metho... |
[def, backend, (, ), :, return, 'tensorflow'] |
https://github.com/keras-team/keras/blob/e43af... |
1 |
keras-team/keras |
e43af6c89cd6c4adecc21ad5fc05b21e7fa9477b |
keras/backend.py |
python |
cast_to_floatx |
(x) |
|
return np.asarray(x, dtype=floatx()) |
Cast a Numpy array to the default Keras float ... |
Cast a Numpy array to the default Keras float ... |
[Cast, a, Numpy, array, to, the, default, Kera... |
def cast_to_floatx(x):\n """Cast a Numpy arra... |
[def, cast_to_floatx, (, x, ), :, if, isinstan... |
https://github.com/keras-team/keras/blob/e43af... |
2 |
keras-team/keras |
e43af6c89cd6c4adecc21ad5fc05b21e7fa9477b |
keras/backend.py |
python |
get_uid |
(prefix='') |
|
return layer_name_uids[prefix] |
Associates a string prefix with an integer cou... |
Associates a string prefix with an integer cou... |
[Associates, a, string, prefix, with, an, inte... |
def get_uid(prefix=''):\n """Associates a str... |
[def, get_uid, (, prefix, =, '', ), :, graph, ... |
https://github.com/keras-team/keras/blob/e43af... |
3 |
keras-team/keras |
e43af6c89cd6c4adecc21ad5fc05b21e7fa9477b |
keras/backend.py |
python |
reset_uids |
() |
|
|
Resets graph identifiers. |
Resets graph identifiers. |
[Resets, graph, identifiers, .] |
def reset_uids():\n """Resets graph identifie... |
[def, reset_uids, (, ), :, PER_GRAPH_OBJECT_NA... |
https://github.com/keras-team/keras/blob/e43af... |
4 |
keras-team/keras |
e43af6c89cd6c4adecc21ad5fc05b21e7fa9477b |
keras/backend.py |
python |
clear_session |
() |
|
|
Resets all state generated by Keras.\n\n Kera... |
Resets all state generated by Keras. |
[Resets, all, state, generated, by, Keras, .] |
def clear_session():\n """Resets all state ge... |
[def, clear_session, (, ), :, global, _SESSION... |
https://github.com/keras-team/keras/blob/e43af... |