| 81 | } |
| 82 | |
| 83 | virtual EncodeResult SampleEncode(absl::string_view normalized, |
| 84 | float alpha) const { |
| 85 | LOG(ERROR) << "Not implemented."; |
| 86 | return EncodeResult(); |
| 87 | } |
| 88 | |
| 89 | // Returns the vocab id of `piece`. |
| 90 | // Returns UNK(0) if `piece` is unknown |
nothing calls this directly
no outgoing calls
no test coverage detected