Namespace: Onnxhelper

namespace onnxhelper

Functions

void prepare_model(Ort::Session *session, Ort::AllocatorWithDefaultOptions allocator, std::vector<int64_t> &input_node_dims, std::vector<int64_t> &output_node_dims, int &num_input_nodes, int &num_output_nodes)
std::vector<float> run_interference(Ort::Session *session, Ort::AllocatorWithDefaultOptions allocator, std::vector<float> &evt_input, std::vector<int64_t> input_node_dims, std::vector<int64_t> output_node_dims, const int num_input_nodes, const int num_output_nodes)
template<typename T>
T vectorProduct(const std::vector<T> &v)