In-place replace the only placeholder in the function graph with the specified substitution.
func_replace_placeholder(func, substitution)
func | - The CNTK `Function` instance on which to apply the operation |
---|---|
substitution | - `Variable` that will replace the placeholder |