// Copyright (c) OpenMMLab. All rights reserved. #pragma once #include "utils.h" /** * @brief query output shape of target node * * @param mutable_graph * @param target * @param weights * @param context * @return std::tuple> */ std::tuple> query_shape( onnx::GraphProto* mutable_graph, onnx::NodeProto* target, const std::map& weights, std::map>& context);