Searched defs:seqlen (Results  1 – 10 of 10) 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/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ | 
| D | tasn_enc.c | 127     int i, seqcontlen, seqlen;  in ASN1_item_ex_i2d()  local
 | 
| /external/cronet/third_party/boringssl/src/crypto/asn1/ | 
| D | tasn_enc.c | 127   int i, seqcontlen, seqlen;  in asn1_item_ex_i2d_opt()  local
 | 
| /external/boringssl/src/crypto/asn1/ | 
| D | tasn_enc.c | 127   int i, seqcontlen, seqlen;  in asn1_item_ex_i2d_opt()  local
 | 
| /external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ | 
| D | rnn_test.py | 680 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 | 10370     Py_ssize_t seqlen;  in PyUnicode_Join()  local10390 _PyUnicode_JoinArray(PyObject *separator, PyObject *const *items, Py_ssize_t seqlen)  in _PyUnicode_JoinArray()
 
 |