Searched defs:PyArgSignature (Results 1 – 1 of 1) sorted by relevance
73 struct PyArgSignature { struct74 PyArgSignature(PrimitiveType dtype, absl::Span<const int64> shape, in PyArgSignature() function83 bool operator==(const PyArgSignature& other) const { argument