Searched defs:seqlen (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | join.h | 14 Py_ssize_t seqlen = 0; in STRINGLIB() local
|
/external/python/cpython3/Modules/ |
D | unicodename_db.h | 27928 int seqlen; member
|
/external/libvterm/src/ |
D | input.c | 18 int seqlen = fill_utf8(c, str); in vterm_input_push_char() local
|
D | keyboard.c | 18 int seqlen = fill_utf8(c, str); in vterm_keyboard_unichar() local
|
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/ |
D | recurrent_test.py | 143 def _ParameterizedTestElman(self, seqlen, use_grad): argument
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 132 int i, seqcontlen, seqlen, ndef = 1; in ASN1_item_ex_i2d() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 1041 def rnn_long_sequence_benchmark(batch_size, seqlen, num_units, dynamic, argument
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 171 Py_ssize_t seqlen, seplen = 0; in strop_joinfields() local
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1599 Py_ssize_t seqlen = 0; in string_join() local
|
D | unicodeobject.c | 5655 Py_ssize_t seqlen; /* len(fseq) -- number of items in sequence */ in PyUnicode_Join() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9897 Py_ssize_t seqlen; in PyUnicode_Join() local 9917 _PyUnicode_JoinArray(PyObject *separator, PyObject *const *items, Py_ssize_t seqlen) in _PyUnicode_JoinArray()
|