11 #ifndef PHYSICSTOOLS_ONNXRUNTIME_INTERFACE_ONNXRUNTIME_H_
12 #define PHYSICSTOOLS_ONNXRUNTIME_INTERFACE_ONNXRUNTIME_H_
19 #include "onnxruntime/core/session/onnxruntime_cxx_api.h"
42 const std::vector<std::vector<int64_t>>& input_shapes = {},
43 const std::vector<std::string>& output_names = {},
44 int64_t batch_size = 1)
const;
54 static const ::Ort::Env
env_;