Searched defs:num_features (Results 1 - 25 of 25) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-shape.cc107 * @features: (array length=num_features) (allow-none): an array of user
109 * @num_features: the length of @features array
125 unsigned int num_features,
129 features, num_features,
132 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
144 * @features: (array length=num_features) (allow-none): an array of user
146 * @num_features: the length of @features array
158 unsigned int num_features)
160 hb_shape_full (font, buffer, features, num_features, nullptr);
122 hb_shape_full(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, const char * const *shaper_list) argument
155 hb_shape(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dmain.cc141 int num_features = langsys.get_feature_count (); local
142 printf (" %d feature(s) found in language system\n", num_features);
143 for (int n_feature = 0; n_feature < num_features; n_feature++) {
144 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
150 int num_features = g.get_feature_count (); local
151 printf (" %d feature(s) found in table\n", num_features);
152 for (int n_feature = 0; n_feature < num_features; n_feature++) {
155 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
H A Dhb-shape-plan.cc44 "num_features=%d num_coords=%d shaper_list=%p",
129 "face=%p num_features=%d num_coords=%d shaper_list=%p",
305 * @features: (array length=num_features):
306 * @num_features:
319 unsigned int num_features)
322 "num_features=%d shaper_func=%p, shaper_name=%s",
323 num_features,
343 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
484 "face=%p num_features=%d shaper_list=%p",
315 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dhb-graphite2.cc218 unsigned int num_features)
228 for (unsigned int i = 0; i < num_features; i++)
214 _hb_graphite2_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dhb-ot-shape.cc879 unsigned int num_features)
881 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
932 unsigned int num_features,
939 features, num_features, shapers);
875 _hb_ot_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
929 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) argument
H A Dhb-directwrite.cc548 unsigned int num_features,
591 // if (num_features)
647 singleFeatures.featureCount = num_features;
648 if (num_features)
651 malloc (sizeof (DWRITE_FONT_FEATURE) * num_features);
652 for (unsigned int i = 0; i < num_features; ++i)
895 if (num_features)
907 unsigned int num_features)
910 features, num_features, 0);
921 unsigned int num_features,
544 _hb_directwrite_shape_full(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, float lineWidth) argument
903 _hb_directwrite_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
918 hb_directwrite_shape_experimental_width(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, float width) argument
[all...]
H A Dhb-ot-layout.cc421 unsigned int num_features = g.get_feature_count (); local
422 for (unsigned int i = 0; i < num_features; i++)
559 unsigned int num_features = l.get_feature_count (); local
560 for (unsigned int i = 0; i < num_features; i++) {
984 unsigned int num_features = gpos.get_feature_count (); local
985 for (unsigned int i = 0; i < num_features; i++)
H A Dhb-uniscribe.cc614 unsigned int num_features)
626 if (num_features)
630 for (unsigned int i = 0; i < num_features; i++)
659 feature.order = num_features + 1;
737 num_features = 0;
784 if (num_features)
863 if (num_features)
610 _hb_uniscribe_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
H A Dhb-coretext.cc591 unsigned int num_features)
625 if (num_features)
629 for (unsigned int i = 0; i < num_features; i++)
666 feature.order = num_features + 1;
761 num_features = 0;
888 if (num_features && range_records.len)
918 if (num_features)
922 for (unsigned int i = 0; i < num_features; i++)
1393 unsigned int num_features)
1395 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features);
587 _hb_coretext_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
1389 _hb_coretext_aat_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) argument
[all...]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dtest_utils.h54 TestableDataSet(const std::vector<float>& data, int num_features) argument
56 num_features_(num_features),
H A Dinput_data.h96 int num_features() { return available_features_.size(); } function in class:tensorflow::tensorforest::TensorDataSet
/external/tensorflow/tensorflow/contrib/tpu/ops/
H A Dtpu_embedding_ops.cc251 int64 num_features = config.table_config(table_id).num_features(); local
252 c->set_output(table_id, c->Matrix(batch_size * num_features, width));
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
H A Drouting_function_op.cc102 const int32 num_features = variable
129 tree_biases(j), num_features);
H A Drouting_gradient_op.cc101 const int32 num_features = variable
129 tree_biases(j), num_features);
H A Dhard_routing_function_op.cc111 const int32 num_features = variable
147 tree_biases(j), num_features);
153 for (int k = 0; k < num_features; k++) {
H A Dk_feature_routing_function_op.cc117 const int32 num_features = variable
140 tensorforest::GetFeatureSet(layer_num_, i, random_seed_, num_features,
149 tree_biases(j), num_features, num_features_per_node_);
H A Dstochastic_hard_routing_function_op.cc122 const int32 num_features = variable
161 tree_biases(j), num_features);
H A Dutils.cc29 int num_features) {
33 for (int i = 0; i < num_features; i++) {
43 const Tensor& weight, float bias, int num_features,
51 CHECK_LT(feature_set[i], num_features);
61 int32 num_features, int32 num_features_to_pick,
69 const int32 feature = (rand[0] + rand[1]) % num_features;
28 LeftProbability(const Tensor& point, const Tensor& weight, float bias, int num_features) argument
42 LeftProbabilityK(const Tensor& point, std::vector<int32> feature_set, const Tensor& weight, float bias, int num_features, int k) argument
60 GetFeatureSet(int32 tree_num, int32 node_num, int32 random_seed, int32 num_features, int32 num_features_to_pick, std::vector<int32>* features) argument
H A Dk_feature_gradient_op.cc103 const int32 num_features = variable
119 out_data_shape.AddDim(num_features);
153 tensorforest::GetFeatureSet(layer_num_, j, random_seed_, num_features,
166 tree_biases(j), num_features, num_features_per_node);
175 CHECK_LT(feature_set[k], num_features);
H A Dstochastic_hard_routing_gradient_op.cc61 auto num_features = c->Dim(input, 1);
65 c->set_output(1, c->Matrix(num_nodes, num_features));
66 c->set_output(2, c->MakeShape({num_points, num_nodes, num_features}));
127 const int32 num_features = variable
140 output_data_shape.AddDim(num_features);
146 output_parameters_shape.AddDim(num_features);
189 for (int k = 0; k < num_features; k++) {
205 tree_biases(j), num_features);
/external/opencv/ml/src/
H A Dmltestset.cpp61 int num_features,
90 if( num_features < 1 )
91 CV_ERROR( CV_StsBadArg, "num_features parameter must be positive" );
105 CV_CALL( *samples = cvCreateMat( num_samples, num_features, CV_32FC1 ) );
107 CV_CALL( mean = cvCreateMat( 1, num_features, CV_32FC1 ) );
109 CV_CALL( cov = cvCreateMat( num_features, num_features, CV_32FC1 ) );
59 cvCreateTestSet( int type, CvMat** samples, int num_samples, int num_features, CvMat** responses, int num_classes, ... ) argument
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dhead_test.py55 num_features = 1 variable in class:_TickerModel
122 num_features = 3 variable in class:_StubModel
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc286 auto num_features = 1 + rng->Rand32() % 5; local
292 while (num_features--) {
301 while (num_features--) {
310 while (num_features--) {
/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_internal.h342 int num_features() const { return num_features_; } function in class:tensorflow::sdca::Examples
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dquantile_ops.cc439 const int64 num_features = num_sparse_features_ + num_dense_features_; variable
442 Shard(worker_threads.num_threads, worker_threads.workers, num_features,
838 const int64 num_features = sparse_configs_.size() + dense_configs_.size(); variable
841 Shard(worker_threads.num_threads, worker_threads.workers, num_features,

Completed in 419 milliseconds