MCPcopy Create free account
hub / github.com/pytorch/executorch / InputSpec

Class InputSpec

exir/serde/schema.py:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275@dataclass(repr=False)
276class InputSpec(_Union):
277 user_input: UserInputSpec
278 parameter: InputToParameterSpec
279 buffer: InputToBufferSpec
280 tensor_constant: InputToTensorConstantSpec
281 custom_obj: InputToCustomObjSpec
282 token: InputTokenSpec
283 constant_input: ConstantInputSpec
284
285
286@dataclass

Callers 13

programMethod · 0.85
_get_new_signatureFunction · 0.85
duplicate_constant_nodeFunction · 0.85
captureFunction · 0.85
insert_input_specMethod · 0.85
create_mutable_bufferFunction · 0.85

Calls

no outgoing calls