Open
Description
I cannot construct a split operation. when given the appropriate types in ops::split() the attribute num_split does not get assigned.
I'd reference the line but the file is too large for github, in my IDE it is 111704 in src/ops/ops_impl
there seems to be a discrepancy between num_split and split_dim as well.
It also doesnt seem like a great idea to have if statements for build_impl codegen where those attributes are mandatory without a default value for the node but I am still learning the codebase.
If anyone sees this please let me know how I can help otherwise I'll wing it.