yobx.builder.light – Multi-input Operators# class yobx.builder.light._op_vars.OpsVars[source]# Mixin that provides ONNX operator methods for multiple-input variables. Each method calls self.make_node which is defined in BaseVar. The vars_ attribute holds the list of Var objects.