Searched defs:FeatureProcessorOptionsT (Results 1 – 1 of 1) sorted by relevance
3867 struct FeatureProcessorOptionsT : public flatbuffers::NativeTable { struct3868 typedef FeatureProcessorOptions TableType;3869 int32_t num_buckets = -1;3870 int32_t embedding_size = -1;3871 int32_t embedding_quantization_bits = 8;3872 int32_t context_size = -1;3873 int32_t max_selection_span = -1;3875 int32_t max_word_length = 20;3876 bool unicode_aware_features = false;3877 bool extract_case_feature = false;[all …]