Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/onnx/defs/tensor_util.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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