Searched refs:EncoderResultType (Results 1 – 4 of 4) sorted by relevance
32 enum class EncoderResultType { SUCCESS = 0, WRONG_CONFIG = 1 }; enum35 EncoderResultType type = EncoderResultType::SUCCESS;
88 ::tflite::ops::custom::sentencepiece::EncoderResultType::SUCCESS, in Compute()
92 TF_LITE_ENSURE_MSG(context, res.type == EncoderResultType::SUCCESS, in Eval()
226 result.type = EncoderResultType::WRONG_CONFIG; in EncodeString()