HomeSort by relevance Sort by last modified time
    Searched refs:qr (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /external/tensorflow/tensorflow/python/kernel_tests/
qr_op_test.py 42 # The input to qr should be a tensor of at least rank 2.
46 linalg_ops.qr(scalar)
50 linalg_ops.qr(vector)
60 q1, r1 = linalg_ops.qr(matrix1, full_matrices=full_matrices_)
61 q2, r2 = linalg_ops.qr(matrix2, full_matrices=full_matrices_)
129 q_tf, r_tf = linalg_ops.qr(x_tf, full_matrices=full_matrices_)
144 np_q_reshape[i, :, :], _ = np.linalg.qr(
147 np_q_reshape[i, :, :], _ = np.linalg.qr(
178 tf_b = linalg_ops.qr(tf_a, full_matrices=full_matrices_)
209 _AddTest(QrOpTest, "Qr", name
    [all...]
  /external/freetype/src/tools/
afblue.pl 59 my $section_re = qr/ ^ \s* (\S+) \s+ (\S+) \s+ (\S+) \s* : \s* $ /x;
62 my $enum_element_re = qr/ ^ \s* ( [A-Za-z0-9_]+ ) \s* $ /x;
65 my $preprocessor_re = qr/ ^ \# /x;
68 my $comment_re = qr| ^ \s* // |x;
71 my $whitespace_only_re = qr/ ^ \s* $ /x;
74 my $string_re = qr/ ^ \s*
79 my $block_start_re = qr/ ^ \s* \{ /x;
83 my $brace_re = qr/ ( [{}] ) /x;
  /tools/repohooks/tools/
checkpatch.pl 257 our $Ident = qr{
261 our $Storage = qr{extern|static|asmlinkage};
262 our $Sparse = qr{
274 our $InitAttributePrefix = qr{__(?:mem|cpu|dev|net_|)};
275 our $InitAttributeData = qr{$InitAttributePrefix(?:initdata\b)};
276 our $InitAttributeConst = qr{$InitAttributePrefix(?:initconst\b)};
277 our $InitAttributeInit = qr{$InitAttributePrefix(?:init\b)};
278 our $InitAttribute = qr{$InitAttributeData|$InitAttributeConst|$InitAttributeInit};
282 our $Attribute = qr{
308 our $Inline = qr{inline|__always_inline|noinline|__inline|__inline__}
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dpp-qrcode.py 3 # Example Android logcat to wpa_supplicant wrapper for QR Code scans
69 print "QR Code URI rejected"
71 print "QR Code URI accepted - ID=%d" % id
103 qr = qrcode.QRCode(error_correction=qrcode.constants.ERROR_CORRECT_M,
105 qr.add_data(uri, optimize=5)
106 qr.print_ascii(tty=True)
111 parser = argparse.ArgumentParser(description='Android logcat to wpa_supplicant integration for DPP QR Code operations')
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 146 QueuedResponse qr; local
147 qr.status = status;
148 qr.content_type = content_type;
149 qr.extra_headers = extra_headers;
150 qr.data = data;
151 queue_.push(qr);
  /external/tensorflow/tensorflow/python/ops/linalg/
linalg_impl.py 48 qr = linalg_ops.qr variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 52 unsigned qr: 1; /*%< response flag */ member in struct:__anon62079
70 unsigned qr :1; /*%< response flag */ member in struct:__anon62079
  /external/tensorflow/tensorflow/core/kernels/
qr_op_impl.h 28 #include "third_party/eigen3/Eigen/QR"
100 Eigen::HouseholderQR<Matrix> qr(inputs[0]);
106 outputs->at(0) = qr.householderQ();
107 outputs->at(1) = qr.matrixQR().template triangularView<Eigen::Upper>();
113 outputs->at(0) = qr.householderQ() * tmp;
114 auto qr_top = qr.matrixQR().block(0, 0, min_size, n);
198 // Compute QR decomposition in-place in input_transposed.
  /frameworks/native/libs/math/tests/
mat_test.cpp 609 QuatT qr = r.toQuaternion(); local
613 ASSERT_TYPE_EQ(qr.x, qtr.x);
614 ASSERT_TYPE_EQ(qr.y, qtr.y);
615 ASSERT_TYPE_EQ(qr.z, qtr.z);
616 ASSERT_TYPE_EQ(qr.w, qtr.w);
621 QuatT qr = r.toQuaternion(); local
625 ASSERT_TYPE_EQ(qr.x, qtr.x);
626 ASSERT_TYPE_EQ(qr.y, qtr.y);
627 ASSERT_TYPE_EQ(qr.z, qtr.z);
628 ASSERT_TYPE_EQ(qr.w, qtr.w)
647 QuatT qr = r.toQuaternion(); local
676 QuatT qr = r.toQuaternion(); local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 103 unsigned qr: 1; /*%< response flag */ member in struct:__anon12019
121 unsigned qr :1; /*%< response flag */ member in struct:__anon12019
  /external/dnsmasq/src/
nameser.h 287 unsigned qr: 1; /* response flag */ member in struct:__anon18987
305 unsigned qr :1; /* response flag */ member in struct:__anon18987
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 76 for qr in tf.get_collection(tf.GraphKeys.QUEUE_RUNNERS):
77 threads.extend(qr.create_threads(sess, coord=coord, daemon=True,
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py 26 from tensorflow.python.training import queue_runner as qr
29 class _FeedingQueueRunner(qr.QueueRunner):
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 114 unsigned qr: 1; /* response flag */ member in struct:__anon60925
132 unsigned qr :1; /* response flag */ member in struct:__anon60925
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 114 unsigned qr: 1; /* response flag */ member in struct:__anon66368
132 unsigned qr :1; /* response flag */ member in struct:__anon66368
  /development/scripts/
combine_sdks.sh 93 zip $V -qr "$TMP_ZIP" "$LEAF"
  /external/eigen/test/
boostmultiprec.cpp 27 #include "qr.cpp"
179 CALL_SUBTEST_3( qr(Mat(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
182 CALL_SUBTEST_4( qr<Mat>() );
186 CALL_SUBTEST_5( qr<Mat>() );
householder.cpp 11 #include <Eigen/QR>
84 HouseholderQR<HBlockMatrixType> qr(hbm);
86 m2.block(shift,0,brows,cols) = qr.matrixQR();
87 HCoeffsVectorType hc = qr.hCoeffs().conjugate();
  /external/wpa_supplicant_8/src/common/
sae.c 204 const struct crypto_bignum *qr,
232 * num = (num * qr) module p
235 if (crypto_bignum_mulmod(num, qr, sae->tmp->prime, num) < 0)
263 const struct crypto_bignum *qr,
298 res = is_quadratic_residue_blind(sae, prime, bits, qr, qnr, y_sqr);
384 size_t prime_bits, struct crypto_bignum **qr,
387 *qr = NULL;
390 while (!(*qr) || !(*qnr)) {
406 if (res == 1 && !(*qr))
407 *qr = q
431 struct crypto_bignum *x = NULL, *qr, *qnr; local
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 44 * \brief Sparse left-looking rank-revealing QR factorization
46 * This class implements a left-looking rank-revealing QR decomposition
48 * it is implicitly permuted to the end. The QR factorization thus obtained is
97 /** Construct a QR factorization of the matrix \a mat.
108 /** Computes the QR factorization of the sparse matrix \a mat.
130 /** \returns a const reference to the \b sparse upper triangular matrix R of the QR factorization.
138 * SparseMatrix<double> R = qr.matrixR(); // column-major, not sorted!
139 * SparseMatrix<double,RowMajor> Rr = qr.matrixR(); // row-major, sorted
250 * \c NumericalIssue if the QR factorization reports a numerical problem
297 /** \brief Preprocessing step of a QR factorization
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 62 unsigned qr :1; /* response flag */ member in struct:__anon248
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 402 double qr = 0;
431 qr = t * ((2 * y + 1) / (6 * lambda) - 1);
432 qa = qr - (t * t) / (3 * (lambda + a * (y + 1)));
437 if (v > qr) {
    [all...]
  /external/jemalloc/include/jemalloc/internal/
ql.h 9 #define ql_elm(a_type) qr(a_type)
qr.h 2 #define qr(a_type) \ macro
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 390 def add_queue_runner(qr, collection=ops.GraphKeys.QUEUE_RUNNERS):
401 qr: A `QueueRunner`.
405 ops.add_to_collection(collection, qr)
463 for qr in ops.get_collection(collection):
464 threads.extend(qr.create_threads(sess, coord=coord, daemon=daemon,

Completed in 907 milliseconds

12 3 4 5