Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/kernel/
H A Doperator_registry.h123 struct KernelKey { struct
125 KernelKey() : is_fallback_(true) {} in KernelKey() argument
127 /* implicit */ KernelKey(const char* kernel_key_data) in KernelKey() function
132 bool operator==(const KernelKey& other) const { argument
140 bool equals(const KernelKey& other) const { in equals() argument
159 friend std::ostream& operator<<(std::ostream& os, const KernelKey& key) { argument
179 // KernelKey.to_string_representation() argument