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

Method _get_packet

source/python.js:12136–12143  ·  view source on GitHub ↗
(qualname, op_module)

Source from the content-addressed store, hash-verified

12134 return opoverloadpacket;
12135 }
12136 _get_packet(qualname, op_module) {
12137 const [op, overload_names] = torch._C._jit_get_operation(qualname);
12138 if (op) {
12139 // torch.jit._builtins._register_builtin(op, qualname);
12140 }
12141 op.__module__ = op_module;
12142 return [op, overload_names];
12143 }
12144 });
12145 this.registerType('torch._C.graph_node_list', class {
12146 constructor(head) {

Callers 1

__getattr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected