HomeSort by relevance Sort by last modified time
    Searched refs:data_test (Results 1 - 4 of 4) sorted by null

  /external/opencv3/samples/cpp/
logistic_regression.cpp 114 Mat data_train, data_test; local
125 data_test.push_back(data.row(i));
129 cout << "training/testing samples count: " << data_train.rows << "/" << data_test.rows << endl;
133 showImage(data_test, 28, "test data");
150 lr1->predict(data_test, responses);
172 lr2->predict(data_test, responses2);
  /external/harfbuzz_ng/test/api/
hb-test.h 212 hb_test_fixture_func_t data_test,
216 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown);
240 hb_test_fixture_func_t data_test,
244 hb_test_add_vtable (path, data_size, test_data, data_setup, data_test, data_teardown);
  /system/connectivity/shill/cellular/
mobile_operator_info_unittest.cc 37 #include "shill/mobile_operator_db/test_protos/data_test.h"
    [all...]
  /system/connectivity/shill/mobile_operator_db/test_protos/
data_test.h 125 // prototxt file data_test.prototxt and then:
127 // ../mobile_operator_db.proto < data_test.prototxt
128 // > data_test.h.pbf
129 // cat data_test.h.pbf | xxd -i
133 static const unsigned char data_test[] {

Completed in 93 milliseconds