Home
last modified time | relevance | path

Searched refs:_sw (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/config/
Dutilities.mak126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
127 define _sw-esc-nl
/external/opencv/ml/include/
Dml.h1211 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/
Dmlann_mlp.cpp688 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ) in prepare_to_train() argument
810 *_sw = sw; in prepare_to_train()