| 8 | TMT_INSTANTIATE_DOC(DocumentPT); |
| 9 | |
| 10 | std::unique_ptr<IPTModel> IPTModel::create(TermWeight _weight, const PTArgs& args, bool scalarRng) |
| 11 | { |
| 12 | TMT_SWITCH_TW(_weight, scalarRng, PTModel, args); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected