Home
last modified time | relevance | path

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

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/library/
H A Dlibrary_example.cc25 vector<feature> s_features, t_features; in main() local
31 t_features.push_back( vw_feature_from_string(*model, "p^le_homme", t_hash, 1.0) ); in main()
32 t_features.push_back( vw_feature_from_string(*model, "w^le", t_hash, 1.0) ); in main()
33 t_features.push_back( vw_feature_from_string(*model, "w^homme", t_hash, 1.0) ); in main()
35 ec_info.push_back( VW::feature_space('t', t_features) ); in main()
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dllvm_state.cpp130 const auto t_features = (*tm)->getTargetFeatureString(); in get_target_features_impl() local
132 if (boost::algorithm::contains(t_features, "+avx512f")) { in get_target_features_impl()
136 if (boost::algorithm::contains(t_features, "+avx2")) { in get_target_features_impl()
140 if (boost::algorithm::contains(t_features, "+avx")) { in get_target_features_impl()
144 if (boost::algorithm::contains(t_features, "+sse2")) { in get_target_features_impl()