operator_sets_logical.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace logical#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

std::vector<LightOpSchema> GetAllOnnxOpLogicalSchemasWithHistory(bool init_doc = true)#

Returns the versioned schema history for all supported logical operators (e.g. And, Or, Xor, Not, Greater, Less, Equal).

Returns:

Vector of LightOpSchema objects for the logical domain, ordered by operator name and descending opset version.