Searched defs:PyArgSignature (Results 1 – 1 of 1) sorted by relevance
71 struct PyArgSignature { struct72 PyArgSignature(PrimitiveType dtype, absl::Span<const int64_t> shape, in PyArgSignature() function81 bool operator==(const PyArgSignature& other) const { argument