Browse Source

code formatted

master
Yuya Hanai 3 years ago
parent
commit
a88c07922d
  1. 2
      src/ofxOnnxRuntime.h

2
src/ofxOnnxRuntime.h

@ -41,7 +41,7 @@ namespace ofxOnnxRuntime
std::vector<const char *> output_node_names;
std::vector<std::vector<int64_t>> output_node_dims; // >=1 outputs
std::vector<Ort::Value> output_values;
Ort::Value dummy_tensor{nullptr};
Ort::Value dummy_tensor{ nullptr };
int num_outputs = 1;
};
}

Loading…
Cancel
Save