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

Method deserialize_sym_op_inputs

source/python.js:20215–20217  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

20213 fx_node.meta.set('val', this.serialized_name_to_meta.get(name));
20214 }
20215 deserialize_sym_op_inputs(inputs) {
20216 return inputs.map((input) => this.deserialize_input(input.arg));
20217 }
20218 deserialize_inputs(target, serialized_node) {
20219 const schema_args = this._get_schema_from_target(target).arguments;
20220 const actual_args = new Map(serialized_node.inputs.map((input) => [input.name, this.deserialize_input(input.arg)]));

Callers 1

deserialize_nodeMethod · 0.80

Calls 2

mapMethod · 0.80
deserialize_inputMethod · 0.80

Tested by

no test coverage detected