Files
Reinforced-Learning-Godot/rl/Lib/site-packages/onnx/defs/tensor_util.h
2024-10-30 22:14:35 +01:00

17 lines
244 B
C++

/*
* 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