Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h65 struct CallSignature { struct
90 bool operator==(const CallSignature& other) const; argument
91 bool operator!=(const CallSignature& other) const {
105 H AbslHashValue(H h, const CallSignature::KwargEntry& kw) { in AbslHashValue()
111 H AbslHashValue(H h, const CallSignature& s);
119 CallSignature signature;
Dpmap_lib.cc166 PmapCacheEntry* GetCacheEntryIfPresent(const CallSignature& signature);
169 const CallSignature& signature,
182 absl::flat_hash_map<CallSignature, std::unique_ptr<PmapCacheEntry>>
193 const CallSignature& signature) { in GetCacheEntryIfPresent()
211 const CallSignature& signature, in AddCacheEntry()
Djax_jit.cc75 bool CallSignature::operator==(const CallSignature& other) const { in operator ==()
99 void CallSignature::IncRef() const { in IncRef()
105 void CallSignature::DecRef() const { in DecRef()
119 std::string CallSignature::DebugString() const { in DebugString()
156 H AbslHashValue(H h, const CallSignature& s) { in AbslHashValue()
867 CacheEntry* GetCacheEntryIfPresent(const CallSignature& signature);
870 const CallSignature& signature,
884 absl::flat_hash_map<CallSignature, std::unique_ptr<CacheEntry>> executables_;
1027 const CallSignature& signature) { in GetCacheEntryIfPresent()
1045 const CallSignature& signature, in AddCacheEntry()
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_meta_path.py54 class CallSignature: class
104 class CallSignaturePEP302(CallSignature):
114 class CallSignaturePEP451(CallSignature):