Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.h90 struct CallSignature { struct
92 absl::string_view function_name;
97 absl::InlinedVector<xla::PyTreeDef, 2> dynamic_arg_treedefs;
122 bool operator==(const CallSignature& other) const; argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_meta_path.py54 class CallSignature: class