Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 10:42:46

0001 /*
0002  * SPDX-License-Identifier: Apache-2.0
0003  */
0004 
0005 #pragma once
0006 
0007 #include <vector>
0008 
0009 #include "onnx/common/ir.h"
0010 
0011 namespace ONNX_NAMESPACE {
0012 
0013 template <typename T>
0014 const std::vector<T> ParseData(const Tensor* tensor);
0015 
0016 } // namespace ONNX_NAMESPACE