Searched defs:CallSignature (Results 1 – 2 of 2) sorted by relevance
90 struct CallSignature { struct92 absl::string_view function_name;97 absl::InlinedVector<xla::PyTreeDef, 2> dynamic_arg_treedefs;122 bool operator==(const CallSignature& other) const; argument
54 class CallSignature: class