8 #ifndef PHYSICSTOOLS_MXNET_MXNETCPPPREDICTOR_H_
9 #define PHYSICSTOOLS_MXNET_MXNETCPPPREDICTOR_H_
16 #include "mxnet-cpp/MxNetCpp.h"
59 const std::vector<std::vector<mx_uint>>& input_shapes);
62 const std::vector<float>&
predict(
const std::vector<std::vector<mx_float>>& input_data);
72 std::unique_ptr<Executor>
exec_;