MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/lite/toco/tflite/export.h:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144 struct Hash {
145 size_t operator()(const OperatorKey& key) const {
146 return ::tflite::CombineHashes(
147 {std::hash<size_t>()(static_cast<size_t>(key.type())),
148 std::hash<std::string>()(key.custom_code()),
149 std::hash<int>()(key.version())});
150 }
151 };
152
153 private:

Callers

nothing calls this directly

Calls 3

CombineHashesFunction · 0.85
typeMethod · 0.65
versionMethod · 0.45

Tested by

no test coverage detected