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