OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernel_type
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
170
svm_type(CvSVM::C_SVC),
kernel_type
(CvSVM::RBF), degree(0),
181
svm_type(_svm_type),
kernel_type
(_kernel_type),
222
calc_func = params->
kernel_type
== CvSVM::RBF ? &CvSVMKernel::calc_rbf :
223
params->
kernel_type
== CvSVM::POLY ? &CvSVMKernel::calc_poly :
224
params->
kernel_type
== CvSVM::SIGMOID ? &CvSVMKernel::calc_sigmoid :
1209
int
kernel_type
, svm_type;
local
1979
int
kernel_type
= params.
kernel_type
;
local
2121
int svm_type,
kernel_type
;
local
[
all
...]
/external/opencv/ml/include/
ml.h
328
int
kernel_type
;
member in struct:CvSVMParams
[
all
...]
/external/grub/stage2/
builtins.c
53
kernel_t
kernel_type
;
variable
91
kernel_type
= KERNEL_TYPE_NONE;
244
This assumes that the boot code never fails only if
KERNEL_TYPE
is
246
if (
kernel_type
!= KERNEL_TYPE_NONE)
254
switch (
kernel_type
)
259
bsd_boot (
kernel_type
, bootdev, (char *) mbi.cmdline);
424
kernel_type
= KERNEL_TYPE_NONE;
432
kernel_type
= KERNEL_TYPE_NONE;
449
kernel_type
= KERNEL_TYPE_NONE;
454
kernel_type
= KERNEL_TYPE_CHAINLOADER
[
all
...]
Completed in 162 milliseconds