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.h87 struct CallSignature { struct
91 absl::InlinedVector<xla::PyTreeDef, 2> dynamic_arg_treedefs;
116 bool operator==(const CallSignature& other) const; argument
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_meta_path.py54 class CallSignature: class