Home
last modified time | relevance | path

Searched refs:COptions (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h41 typedef ComposeFstOptions<Arc, PdtMatcher, PdtFilter> COptions; typedef
42 using COptions::matcher1;
43 using COptions::matcher2;
44 using COptions::filter;
77 typedef ComposeFstOptions<Arc, PdtMatcher, PdtFilter> COptions; typedef
78 using COptions::matcher1;
79 using COptions::matcher2;
80 using COptions::filter;
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h90 template<typename A,typename B,typename CScalar,int CRows,int CCols, int COptions, int CMaxRows, in…
91 …st MatrixBase<A>& a, const MatrixBase<B>& b, Matrix<CScalar,CRows,CCols,COptions,CMaxRows,CMaxCols… in kroneckerProduct() argument