Skip to main content

FunctionKey

Type Alias FunctionKey 

Source
pub type FunctionKey = (String, String, String);
Expand description

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