Home
last modified time | relevance | path

Searched refs:KwargEntry (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h66 struct KwargEntry { struct
71 bool operator==(const KwargEntry& other) const {
75 bool operator!=(const KwargEntry& other) const { return !(*this == other); }
84 std::vector<KwargEntry> keyword_args;
105 H AbslHashValue(H h, const CallSignature::KwargEntry& kw) { in AbslHashValue()