Kano001's picture
Upload 2707 files
dc2106c verified
raw
history blame
260 Bytes
/*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <vector>
#include "onnx/common/ir.h"
namespace ONNX_NAMESPACE {
template <typename T>
const std::vector<T> ParseData(const Tensor* tensor);
} // namespace ONNX_NAMESPACE