Home
last modified time | relevance | path

Searched defs:version_tuple (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/csrc/cuda/shared/
Dcudnn.cpp11 using version_tuple = std::tuple<size_t, size_t, size_t>; typedef
/external/cronet/tot/third_party/google_benchmark/src/
Dsetup.py18 version_tuple = tuple(int(i) for i in platform.python_version_tuple()) variable
/external/cronet/stable/third_party/google_benchmark/src/
Dsetup.py18 version_tuple = tuple(int(i) for i in platform.python_version_tuple()) variable
/external/google-benchmark/
Dsetup.py18 version_tuple = tuple(int(i) for i in platform.python_version_tuple()) variable
/external/python/watchdog/src/
Dwatchdog_fsevents.c867 PyObject *version_tuple = Py_BuildValue("(iii)", in watchdog_module_add_attributes() local
/external/scapy/scapy/layers/
Ddcerpc.py1182 def __init__(self, name, uuid, version_tuple, if_version, opnums): argument