/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 21 : m_(m), k_(k), n_(n), device_(device) { in BenchmarkSuite() 26 : m_(m), k_(m), n_(m), device_(device) { in BenchmarkSuite() 37 eigen_assert(m_ == k_ && k_ == n_); in memcpy() 47 eigen_assert(m_ == n_); in typeCasting() 68 eigen_assert(m_ == k_ && k_ == n_); in random() 83 eigen_assert(m_ == k_ && k_ == n_); in slicing() 116 input_size[1] = n_; in rowChip() 119 output_size[0] = n_; in rowChip() 127 finalizeBenchmark(static_cast<int64_t>(n_) * num_iters); in rowChip() 133 input_size[1] = n_; in colChip() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cholesky_thunk.cc | 51 n_(n) {} in CholeskyThunk() 58 << " batch_size=" << batch_size_ << " n=" << n_ in ExecuteOnStream() 88 context->Potrf(uplo_, n_, se::DeviceMemory<float>(a_data), n_, in ExecuteOnStream() 94 uplo_, n_, se::DeviceMemory<double>(a_data), n_, info_data, in ExecuteOnStream() 100 uplo_, n_, se::DeviceMemory<std::complex<float>>(a_data), n_, in ExecuteOnStream() 106 uplo_, n_, se::DeviceMemory<std::complex<double>>(a_data), n_, in ExecuteOnStream()
|
D | triangular_solve_thunk.cc | 52 n_(n), in TriangularSolveThunk() 77 << " batch_size=" << batch_size_ << " m=" << m_ << " n=" << n_ in ExecuteOnStream() 81 const int lda = side_ == se::blas::Side::kLeft ? m_ : n_; in ExecuteOnStream() 99 unit_diagonal_, m_, n_, /*alpha=*/1.0f, in ExecuteOnStream() 109 unit_diagonal_, m_, n_, /*alpha=*/1.0, in ExecuteOnStream() 120 n_, /*alpha=*/1.0f, in ExecuteOnStream() 131 n_, /*alpha=*/1.0, in ExecuteOnStream()
|
D | triangular_solve_thunk.h | 67 const int64 n_; variable
|
D | cholesky_thunk.h | 68 const int64 n_; variable
|
/external/flatbuffers/tests/ |
D | monster_test_generated.lobster | 347 def MonsterStartInventoryVector(b_:flatbuffers_builder, n_:int): 348 b_.StartVector(1, n_, 1) 361 def MonsterStartTest4Vector(b_:flatbuffers_builder, n_:int): 362 b_.StartVector(4, n_, 2) 365 def MonsterStartTestarrayofstringVector(b_:flatbuffers_builder, n_:int): 366 b_.StartVector(4, n_, 4) 373 def MonsterStartTestarrayoftablesVector(b_:flatbuffers_builder, n_:int): 374 b_.StartVector(4, n_, 4) 383 def MonsterStartTestnestedflatbufferVector(b_:flatbuffers_builder, n_:int): 384 b_.StartVector(1, n_, 1) [all …]
|
/external/bsdiff/ |
D | suffix_array_index.cc | 69 size_t n_{0}; member in bsdiff::SuffixArrayIndex 87 n_ = n; in Init() 105 CallSaSearch(text_, n_, target, length, sa_.data(), n_, &suf_left); in SearchPrefix() 120 std::min(n_ - static_cast<size_t>(sa_[suf_left - 1]), length); in SearchPrefix() 128 if (static_cast<size_t>(suf_left) < n_) { in SearchPrefix() 131 std::min(n_ - static_cast<size_t>(sa_[suf_left]), length); in SearchPrefix()
|
/external/perfetto/src/base/ |
D | circular_queue_unittest.cc | 184 Checker(Stats* stats, int n) : stats_(stats), n_(n) { in TEST() 193 if (n_ >= 0) in TEST() 195 n_ = -1; in TEST() 200 n_ = other.n_; in TEST() 201 other.n_ = -1; in TEST() 216 int n_ = -1; in TEST() member in perfetto::base::__anon2bc373d60111::TEST::Checker 276 return lhs.n_ < rhs.n_; in TEST()
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 107 LockTest() : n_(), locks_() {} in LockTest() 109 n_ = n; in Init() 110 locks_ = new LockType*[n_]; in Init() 111 for (size_t i = 0; i < n_; i++) in Init() 115 for (size_t i = 0; i < n_; i++) in ~LockTest() 120 assert(i < n_); in L() 125 assert(i < n_); in U() 130 assert(i < n_); in RL() 135 assert(i < n_); in RU() 140 assert(i < n_); in A() [all …]
|
/external/libcxxabi/test/ |
D | thread_local_destruction_order.pass.cpp | 24 explicit OrderChecker(int n) : n_{n} { } in OrderChecker() 27 assert(seq++ == n_); in ~OrderChecker() 31 int n_; member in OrderChecker
|
/external/autotest/server/cros/ |
D | queue_barrier.py | 32 self.n_ = n 50 for _ in range(self.n_): 56 for _ in range(self.n_):
|
/external/tensorflow/tensorflow/core/kernels/ |
D | matmul_op.h | 70 n_(n), in MatmulParameters() 95 m_, ", ", n_, ", ", k_, in ToString() 105 return std::make_tuple(transa_, transb_, m_, n_, k_, dtype_, device_id_); in get_data_as_tuple() 111 uint64 n_; variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | type_traits_unittest.cc | 63 int n_; member 69 explicit B(int n) : n_(n) { } in B() 71 int n_; member in B 79 explicit C(int n) : n_(n) { } in C() 81 int n_; member in C 97 explicit D(int n) : n_(n) { } in D() 99 int n_; member in D 115 int n_; member in E 131 explicit F(int n) : n_(n) { } in F() 133 int n_; member in F
|
/external/flatbuffers/samples/ |
D | monster_generated.lobster | 76 def MonsterStartInventoryVector(b_:flatbuffers_builder, n_:int): 77 b_.StartVector(1, n_, 1) 86 def MonsterStartWeaponsVector(b_:flatbuffers_builder, n_:int): 87 b_.StartVector(4, n_, 4)
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | tensor_slice_dataset_op.cc | 127 n_(params.dataset->tensors_[0].dim_size(0)) {} in Iterator() 133 if (i_ < n_) { in GetNextInternal() 174 const int64 n_; member in tensorflow::data::__anon55e027fa0111::TensorSliceDatasetOp::Dataset::Iterator
|
/external/tensorflow/tensorflow/core/framework/ |
D | fake_input.cc | 52 int n_; member in tensorflow::__anonb827cc640111::FakeInputImpl 72 n_ = n; in SetN() 129 *n = n_; in GetN()
|
/external/python/cpython2/Include/ |
D | pyport.h | 306 size_t i_, n_ = (length); \ 309 if (n_ >= 16) \ 310 memcpy(t_, s_, n_); \ 312 for (i_ = 0; i_ < n_; i_++) \
|
/external/strace/ |
D | s390.c | 874 #define STHYI_PRINT_HV_STRUCT(l_, n_, name_) \ argument 876 if (hdr->inf ##l_## off ##n_ && hdr->inf ##l_## off ##n_ + \ 877 hdr->inf ##l_## len ##n_ <= sizeof(data)) { \ 880 (data + hdr->inf ##l_## off ##n_), \ 881 hdr->inf ##l_## len ##n_, n_, mt); \
|
/external/bzip2/ |
D | bzip2.1.preformatted | 12 …dffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e_n_a_m_e_s _._._.… 13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ] 14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ] 15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e 41 _b_z_i_p_2 and _b_u_n_z_i_p_2 will by default not overwrite existing 50 _b_u_n_z_i_p_2 (or _b_z_i_p_2 _−_d_) decompresses all specified files. 70 _b_u_n_z_i_p_2 will correctly decompress a file which is the con 125 … Force decompression. _b_z_i_p_2_, _b_u_n_z_i_p_2 and _b_z_c_a_t are 216 file, and _b_u_n_z_i_p_2 then allocates itself just enough memory 238 _b_u_n_z_i_p_2 will require about 3700 kbytes to decompress. To [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-param-test_test.cc | 843 NonParameterizedBaseTest() : n_(17) { } in NonParameterizedBaseTest() 845 int n_; member in NonParameterizedBaseTest 859 EXPECT_EQ(17, n_); in TEST_F() 863 EXPECT_EQ(17, n_); in TEST_P()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | afafb3de529e9abf4aa5cb2a4c571e7f.000026bf.honggfuzz.cov | 11 …�y(��N�F9��``2q��'Z��j�}:@n=w����%���?[�}�ĵ\C�E�3��yJ8N��H��N���n_����qb�qۈ���:8=�N�@�… 20 …�y(��N�F9��``2q��'Z��j�}:@n=w����%���?[�}�ĵ\C�E�3��yJ8N��H��N���n_����qb�qۈ���:8=�N�@�…
|
D | 42ee40ca6c14930cc605046aacae7c07.0000d69e.honggfuzz.cov | 13 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 41 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 58 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 86 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 121 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 138 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C… 166 …�����������������������������������������������������������T�u�u��"%^p&n_@u�|���]0��JL�[�C…
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | grow_stats.cc | 644 if (class_weights_.size() < n_) { in accumulate() 646 if (class_weights_.size() == n_) { in accumulate() 675 float w = (smallest_weight / 2.0) * n_ / static_cast<float>(num_classes_); in get_weight() 700 w = (smallest_weight / 2.0) * n_ / static_cast<float>(num_classes_); in set_sum_and_square() 701 *square += (num_classes_ - n_) * w * w; in set_sum_and_square() 709 if (class_weights_.size() == n_) { in ExtractFromProto()
|
/external/tensorflow/tensorflow/contrib/mpi/ |
D | mpi_rendezvous_mgr.h | 57 Notification n_; variable 64 n_.Notify(); in ~MPISendTensorCall()
|
/external/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 992 NonParameterizedBaseTest() : n_(17) { } in NonParameterizedBaseTest() 994 int n_; member in NonParameterizedBaseTest 1008 EXPECT_EQ(17, n_); in TEST_F() 1012 EXPECT_EQ(17, n_); in TEST_P()
|