/* * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include #include "onnx/common/ir.h" namespace ONNX_NAMESPACE { template const std::vector ParseData(const Tensor* tensor); } // namespace ONNX_NAMESPACE