softmax_12_13.h#

namespace ONNX_LIGHT_NAMESPACE
namespace version_conversion
class Softmax_12_13 : public ONNX_LIGHT_NAMESPACE::version_conversion::Adapter#
#include <softmax_12_13.h>

Public Functions

inline explicit Softmax_12_13(const std::string &op_name)#
inline void adapt_softmax_12_13(const std::shared_ptr<Graph> &graph, Node *node) const#
inline virtual Node *adapt(std::shared_ptr<Graph> graph, Node *node) const override#