(schema)
| 12096 | return overload; |
| 12097 | } |
| 12098 | _has_script_object_arg(schema) { |
| 12099 | return schema.arguments.some((arg) => arg.type instanceof torch.ClassType); |
| 12100 | } |
| 12101 | __call__(...args) { |
| 12102 | const fn = execution._operators.get(this._qualified_op_name); |
| 12103 | if (!fn) { |
no outgoing calls
no test coverage detected