MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Split

Function Split

tensorflow/lite/tools/benchmark/benchmark_tflite_model.cc:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::vector<std::string> Split(const std::string& str, const char delim) {
123 std::vector<std::string> results;
124 if (!util::SplitAndParse(str, delim, &results)) {
125 results.clear();
126 }
127 return results;
128}
129
130template <typename T>
131void FillRandomValue(T* ptr, int num_elements,

Callers 1

PopulateInputLayerInfoFunction · 0.70

Calls 2

SplitAndParseFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected