axes_attribute_to_input.h#

namespace ONNX_LIGHT_NAMESPACE#
namespace version_conversion#
class AxesAttributeToInput : public ONNX_LIGHT_NAMESPACE::version_conversion::Adapter#
#include <axes_attribute_to_input.h>

Public Functions

inline explicit AxesAttributeToInput(const std::string &op_name, const OpSetID &initial, const OpSetID &target)#
inline void attrToInput(const std::shared_ptr<Graph> &graph, Node *node, const std::vector<int64_t> &axes) const#
inline virtual Node *adapt(std::shared_ptr<Graph> graph, Node *node) const override#