Home
last modified time | relevance | path

Searched refs:b_fixed (Results 1 – 1 of 1) sorted by relevance

/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.cc187 std::string b_fixed = b; in JoinPath() local
188 if (!b_fixed.empty() && b_fixed.front() == '/') b_fixed.erase(0, 1); in JoinPath()
189 return a_fixed + "/" + b_fixed; in JoinPath()