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

Method deserialize_sym_op_outputs

source/python.js:20360–20362  ·  view source on GitHub ↗
(serialized_node, fx_node)

Source from the content-addressed store, hash-verified

20358 throw new python.Error(`Unsupported symbolic argument type '${sym_arg.type}`);
20359 }
20360 deserialize_sym_op_outputs(serialized_node, fx_node) {
20361 this.sync_fx_node(serialized_node.outputs[0].value.as_name, fx_node);
20362 }
20363 deserialize_outputs(serialized_node, fx_node) {
20364 if (serialized_node.outputs.length === 0) {
20365 return;

Callers 1

deserialize_nodeMethod · 0.80

Calls 1

sync_fx_nodeMethod · 0.80

Tested by

no test coverage detected