()
| 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(); |
no outgoing calls
no test coverage detected