Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fixed typo in c_predict_api.cc #12601

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/c_api/c_predict_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int _CreatePartialOut(const char* symbol_json_str,
const mx_uint* input_shape_data,
mx_uint num_output_nodes,
const char** output_keys,
// This is used for paralle inference.
// This is used for parallel inference.
int num_threads,
bool lazy,
PredictorHandle* out) {
Expand Down