operator_sets_nn.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace nn#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

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

Returns the versioned schema history for all supported neural-network operators (e.g. AveragePool, RNN, GRU, LSTM).

Returns:

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