Home
last modified time | relevance | path

Searched defs:CallSignature (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h65 struct CallSignature { struct
66 struct KwargEntry {
90 bool operator==(const CallSignature& other) const; argument
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_meta_path.py54 class CallSignature: class