MCPcopy Index your code
hub / github.com/lutzroeder/netron / _has_script_object_arg

Method _has_script_object_arg

source/python.js:12098–12100  ·  view source on GitHub ↗
(schema)

Source from the content-addressed store, hash-verified

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) {

Callers 2

constructorMethod · 0.80
__getattr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected