Returns a list of primitive function with name in the graph starting from this node. Throws an exception if name occurs multiple times. If you expect only one function to be returned, use find_by_name().

func_find_all_with_name(func, name, depth = 0)

Arguments

func

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

depth