minor change to Processor simplifies default args
the get_op method on Processor is replaced with get_op_args -- instead of getting the op method, then calling it, in two steps, the serializer instead calls get_op_args(op, args) which returns the args
Loading
Please register or sign in to comment