operator_sets_nn_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace nn

Functions

std::string MakeAveragePoolDoc(int since_version)#

Returns the documentation string for the AveragePool operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the AveragePool operator.

std::string MakeRNNDoc(int since_version)#

Returns the documentation string for the RNN operator at the given opset version (1, 7, 14, or 22).

std::string MakeGRUDoc(int since_version)#

Returns the documentation string for the GRU operator at the given opset version (1, 3, 7, 14, or 22).

std::string MakeLSTMDoc(int since_version)#

Returns the documentation string for the LSTM operator at the given opset version (1, 7, 14, or 22).