Returns a primitive function with name in the graph starting from this node. Throws an exception if name occurs multiple times. If you expect multiple functions to be returned, use find_all_with_name().
func_find_by_name(func, name, depth = 0)
func | - The CNTK `Function` instance on which to apply the operation |
---|---|
depth |