inputDescriptor(of:)
Returns the descriptor for the specified input.
Declaration
func inputDescriptor(of inputName: String) -> InferenceValue.Descriptor?Parameters
- inputName:
The name of the input.
Mentioned in
Return Value
The descriptor for the input, or nil if the function doesn’t have an input with the specified name.