Home
last modified time | relevance | path

Searched defs:kws (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/email/
D__init__.py31 def message_from_string(s, *args, **kws):
39 def message_from_bytes(s, *args, **kws):
47 def message_from_file(fp, *args, **kws):
55 def message_from_binary_file(fp, *args, **kws):
/external/armnn/samples/KeywordSpotting/include/
DDsCNNPreprocessor.hpp11 namespace kws namespace
DKeywordSpottingPipeline.hpp13 namespace kws namespace
DDecoder.hpp11 namespace kws namespace
/external/python/cpython3/Lib/
Dstring.py104 def substitute(self, mapping=_sentinel_dict, /, **kws):
123 def safe_substitute(self, mapping=_sentinel_dict, /, **kws):
/external/armnn/samples/KeywordSpotting/src/
DKeywordSpottingPipeline.cpp10 namespace kws namespace
/external/python/cpython3/Lib/test/test_email/
D__init__.py17 def openfile(filename, *args, **kws):
/external/python/cpython3/Lib/test/
Ddatetimetester.py1761 def __new__(cls, *args, **kws):
2988 def __new__(cls, *args, **kws):
3846 def __new__(cls, *args, **kws):
4502 def __new__(cls, *args, **kws):
5211 def __new__(cls, *args, **kws):
/external/python/cpython3/Objects/
Dmoduleobject.c111 new_module(PyTypeObject *mt, PyObject *args, PyObject *kws) in new_module()
/external/scapy/scapy/tools/
DUTscapy.py210 def add_keywords(self, kws): argument
/external/python/cpython3/Python/
Dceval.c1818 PyObject *const *kws, int kwcount, in PyEval_EvalCodeEx()
/external/tensorflow/tensorflow/python/ops/
Dvariables.py241 previous_getter = lambda **kws: default_variable_creator_v2(None, **kws)