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

  /external/eigen/doc/snippets/
FullPivLU_kernel.cpp 3 MatrixXf ker = m.fullPivLu().kernel(); variable
5 << endl << ker << endl;
6 cout << "By definition of the kernel, m*ker is zero:"
7 << endl << m*ker << endl;
  /external/eigen/test/
cuda_common.h 15 void run_on_cpu(const Kernel& ker, int n, const Input& in, Output& out)
18 ker(i, in.data(), out.data());
24 void run_on_cuda_meta_kernel(const Kernel ker, int n, const Input* in, Output* out)
28 ker(i, in, out);
34 void run_on_cuda(const Kernel& ker, int n, const Input& in, Output& out)
53 run_on_cuda_meta_kernel<<<Grids,Blocks>>>(ker, n, d_in, d_out);
66 void run_and_compare_to_cuda(const Kernel& ker, int n, const Input& in, Output& out)
74 run_on_cpu (ker, n, in_ref, out_ref);
75 run_on_cuda(ker, n, in_cuda, out_cuda);
  /external/ltp/testcases/kernel/fs/mongo/
test.sh 91 read ker
93 case $ker in
98 read ker
100 case $ker in
  /external/libvpx/libvpx/vpx_dsp/x86/
convolve_sse2.h 33 // multiplies with ker and add the adjacent results to form 32-bit words.
46 // Interprets src as 16-bit words, then multiplies with ker and add the
60 const __m128i *const ker) {
61 const __m128i madd_1 = _mm_madd_epi16(*src_0, *ker);
62 const __m128i madd_2 = _mm_madd_epi16(*src_1, *ker);
  /external/perfetto/src/traced/probes/ftrace/
cpu_reader_benchmark.cc 130 00000620: 6b65 722f 7531 363a 3900 0000 e204 0000 ker/u16:9.......
232 00000c80: 6b65 722f 7531 363a 3600 0000 6401 0000 ker/u16:6...d...
249 00000d90: 6b65 722f 7531 363a 3600 0000 6401 0000 ker/u16:6...d...
266 00000ea0: 6b65 722f 7531 363a 3600 0000 6401 0000 ker/u16:6...d...
283 00000fb0: 6b65 722f 7531 363a 3600 0000 6401 0000 ker/u16:6...d...
cpu_reader_unittest.cc     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
atrous_conv2d_test.py 52 ker = np.zeros([rate, rate], dtype=np.float32)
53 ker[0, 0] = 1
54 filters_up = np.kron(filters_up, ker)[:, :, :-(rate - 1), :-(rate - 1)]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 364 const u8 *ker, size_t ker_len)
375 if (ker == NULL) {
376 wpa_printf(MSG_INFO, "IKEV2: KEr not received");
385 group = WPA_GET_BE16(ker);
386 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u", group);
389 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u does not match "
412 data->r_dh_public = wpabuf_alloc_copy(ker + 4, ker_len - 4);
416 wpa_hexdump_buf(MSG_DEBUG, "IKEV2: KEr Diffie-Hellman Public Value",
744 /* Expect to receive IKE_SA_INIT: HDR, SAr, KEr, Nr, [CERTREQ],
  /external/webrtc/talk/media/testdata/
voice.rtpdump 5 ??pje|zm^k????{t?}r??????}??j_ly?egh?lgccp???????????????????~??unxr?}?nf\\\bk}yvjklr????_g|?z????cjz???a_\y???nj{?????????ply??ob{??kq^y???t??t}zg_[o???gt?yecc???????9B?4????pj??|?x???xkjp?????????????p{??????vicg|??zt???g]ev??t]aeq`YX_????w}????????zqrkbs????me^m???}???????``???m?????jc_i??ls???fo???ooiomofp`rlvh|????????}????nif????9C?4?J??pj???opxn]W^lhht???????????xfYdin[^jhe\x|?a]`}plx??ikk??????????????????km????|~??????????????njx?????he`ndjjj_Yb???xxn?zrnm???hkm??sfo???jdZTU`???k_ijkon????????9D?4???pj?l????????v?z????pdbap??w{f~??xzlomih}?|sehmmfY]jhehn?tcn??~nh{????????????????????g^[od^]]w?`Y\w??~r??g]bj??j^q??~o????????????~v???wjv???q?}?uwfqo~zoip{eorjj]???9E?4????pj^bs?????????????~y???z|???a[chhbZ\m????vvr???????r????~ibmifx???????v?mji?????~???pbm?vnfoekiii`lte^cfcl}???mdi????????????n???w????rt???????sh`a}{odinyvw?yz?????9F?4?*??pj????mew??jc???fa]ap?s}q?u]gy?tw???ifaq??gmmne^e~?s]]???jdo????qdj??????~???????????????~~{jinqmojomonkbbg__p??tu???m`ntmhm????oi????zr???idt???}mk??gY_}??o]k??h???9G?4???pj^k??\RZ???????}|??ji???_i{?{???????}?~px???????z????~olfz?????????????yo????qjfbkny?jm??|`bgr?xu{kjlkjwjissm|??????????ohkoz???ojo??????~????|e\Z_igem????{v????.?9H?4?j??pjujy?pmqx??db????`^m???}n????up????????]\fmt|sovu?????ker??pej???m_u?yob^h?u\[k????n|???jmk}???ybd~???p_ez?ugaq?????????z????????x?????????ovvs^[ajlcg`]]h???qc\e??C?9I?4?
    [all...]

Completed in 1774 milliseconds