24#ifndef PIPE_MODEL_RUNNER_WRAPPER_H
25#define PIPE_MODEL_RUNNER_WRAPPER_H
36 const char *inBoundName,
41 const float *data,
const int size);
43 const int *data,
const int size);
void destroyPipeModelRunner(PipeModelRunnerWrapper *obj)
Destroys an instance of PipeModelRunnerWrapper.
int evaluateIntFeatures(PipeModelRunnerWrapper *obj)
Evaluates the features of PipeModelRunnerWrapper.
float evaluateFloatFeatures(PipeModelRunnerWrapper *obj)
void populateFloatFeatures(PipeModelRunnerWrapper *obj, const char *name, const float *data, const int size)
Populates the features of PipeModelRunnerWrapper.
void populateIntFeatures(PipeModelRunnerWrapper *obj, const char *name, const int *data, const int size)
PipeModelRunnerWrapper * createPipeModelRunner(const char *outBoundName, const char *inBoundName, int serDesType)
Creates an instance of PipeModelRunnerWrapper.