Instead, it looks like all we pass up is the name, type, and description https://github.com/dmlc/tvm/blob/58b2395d2d09036852e12ee7f751b26997c63741/nnvm/src/c_api/c_api_symbolic.cc#L70-L78
If we could pass the default values (and a boolean to say whether there is one or not) then we could set the default value in the python argument list correctly. This would allow arguments with required values to fail natively as expected in the higher level language. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12286 ] This message was relayed via gitbox.apache.org for [email protected]
