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

Method has_default_value

source/python.js:11769–11771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11767 this.is_out = this.kwarg_only && is_alias;
11768 }
11769 has_default_value() {
11770 return this.default_value !== undefined;
11771 }
11772 is_inferred_type() {
11773 if (this.type instanceof torch.TensorType) {
11774 return this.type.isInferredType();

Callers 2

constructorMethod · 0.80
deserialize_inputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected