Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Doptimized_encoder.cc38 std::vector<int> result_offsets; in process_string() local
39 result_offsets.reserve(offsets.size()); in process_string()
45 result_offsets.push_back(offsets[j]); in process_string()
52 result_offsets.push_back(offsets[j]); in process_string()
57 return std::make_tuple(result_string, result_offsets); in process_string()