Description Usage Arguments Details
Creates a clone of this user-defined function.
1 | userfunc_clone(func, cloned_inputs)
|
func |
- The CNTK 'Function' instance on which to apply the operation |
cloned_inputs |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.