#pragma once #include #include #include namespace caffe2 { std::vector split(char separator, const std::string& string); }