Searched refs:_sw (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/config/ |
D | utilities.mak | 126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq)) 127 define _sw-esc-nl
|
/external/opencv/ml/include/ |
D | ml.h | 1211 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ); 1214 virtual int train_backprop( CvVectors _ivecs, CvVectors _ovecs, const double* _sw ); 1217 virtual int train_rprop( CvVectors _ivecs, CvVectors _ovecs, const double* _sw );
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 688 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ) in prepare_to_train() argument 810 *_sw = sw; in prepare_to_train()
|