25 * std::vector<float> inputData_1; // The input data is filled by users, possibly from the event information.
26 * int64_t batchSize = m_onnxTool->getBatchSize(inputData_1.size(), 0); // The batch size is determined by the input data size to support dynamic batch size.