Creates a clone of this user-defined function.

userfunc_clone(func, cloned_inputs)

Arguments

func

- The CNTK `Function` instance on which to apply the operation

cloned_inputs

Details

It assumes that the constructor signature of the user’s implementation of the user function takes the inputs as individual arguments followed by the operator name. If the signature is different, then this method needs to be overriden.