Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_values.h71 struct PyArgSignature { struct
72 PyArgSignature(PrimitiveType dtype, absl::Span<const int64_t> shape, in PyArgSignature() function
81 bool operator==(const PyArgSignature& other) const { argument