Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.cc185 std::string a_fixed = a; in JoinPath() local
186 if (!a_fixed.empty() && a_fixed.back() == '/') a_fixed.pop_back(); in JoinPath()
189 return a_fixed + "/" + b_fixed; in JoinPath()