Searched defs:seqlen (Results 1 – 9 of 9) 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 | 29465 int seqlen; member
|
| /external/boringssl/src/crypto/asn1/ |
| D | tasn_enc.c | 127 int i, seqcontlen, seqlen; in ASN1_item_ex_i2d() local
|
| /external/rust/crates/quiche/deps/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 | 685 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 | 10101 Py_ssize_t seqlen; in PyUnicode_Join() local 10121 _PyUnicode_JoinArray(PyObject *separator, PyObject *const *items, Py_ssize_t seqlen) in _PyUnicode_JoinArray()
|