| 789 | string Canonicalize(const string& funcname, AttrSlice attrs, |
| 790 | const FunctionLibraryRuntime::InstantiateOptions& options); |
| 791 | inline string Canonicalize(const string& funcname, AttrSlice attrs) { |
| 792 | return Canonicalize(funcname, attrs, {}); |
| 793 | } |
| 794 | |
| 795 | const FunctionLibraryRuntime::Handle kInvalidHandle = -1; |
| 796 | const FunctionLibraryRuntime::LocalHandle kInvalidLocalHandle = -1; |
no outgoing calls