Clones the function. The parameters of the Function are either cloned, shared or frozen as specified by the method argument and any variable substitutions requested are applied in the cloned Function instance.

func_clone(func, method, substitutions = NULL)

Arguments

func

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

substitutions