pub type FunctionKey = (String, String, String);
Canonical key for a FunctionProto in Node.model.functions[]. Matches ONNX’s (domain, name, overload) tuple - the linker dedupes on this key.
FunctionProto
Node.model.functions[]
(domain, name, overload)