/external/capstone/suite/ |
D | benchmark.py | 100 c_t = 0 variable 108 c_t += time() - t1 110 print "Benchmark - full obj:", c_t, "seconds" 114 c_t = 0 variable 122 c_t += time() - t1 124 print "Benchmark - lite:", c_t, "seconds"
|
/external/fonttools/Tests/feaLib/data/ |
D | GSUB_6.fea | 7 sub [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t; 15 sub A [C c]' [T t]' Z by c_t; 19 sub A D E c_t' lookup ChainedMultipleSubst V W X;
|
D | spec9b.fea | 2 @LIGATURES = [c_s c_t f_i f_f_i s_t]; 11 LigatureCaretByPos [c_t s_t] 500;
|
D | GSUB_2.fea | 2 sub c_t by c t; 11 sub c_t by c t;
|
D | MultipleSubstSubtable.fea | 2 sub c_t by c t;
|
D | LigatureCaretByIndex.fea | 2 LigatureCaretByIndex [c_t s_t] 11;
|
D | GPOS_5.fea | 8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS
|
D | spec5fi1.fea | 9 sub c t by c_t;
|
D | spec4h2.fea | 39 sub c t by c_t; # this rule will apply only under script cyrl language SRB.
|
D | spec4h1.fea | 32 sub c t by c_t;
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | mul_op.cc | 80 Tensor c_t(cpu_allocator(), DT_VARIANT, TensorShape({})); in Compute() local 94 c_t.scalar<Variant>()() = std::move(c_matrix); in Compute() 95 ctx->set_output(0, c_t); in Compute()
|
D | mat_mul_op.cc | 537 Tensor* c_t; in Compute() local 538 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, c_shape, &c_t)); in Compute() 575 T* c_i = &c_t->template flat<T>()(i * c_slice_size); in Compute() 580 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute() 610 ? c_t->flat<T>() in Compute() 677 /*output=*/c_t)); in Compute() 680 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute()
|
D | add_op.cc | 212 Tensor c_t(cpu_allocator(), DT_VARIANT, TensorShape({})); in Compute() local 217 c_t.scalar<Variant>()() = std::move(c_matrix); in Compute() 218 ctx->set_output(0, c_t); in Compute()
|
D | sparse_mat_mul_op.cc | 470 Tensor c_t(cpu_allocator(), DT_VARIANT, TensorShape({})); in Compute() local 471 c_t.scalar<Variant>()() = std::move(c); in Compute() 472 ctx->set_output(0, c_t); in Compute()
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/ |
D | csr_sparse_matrix_ops_test.py | 583 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul( 599 self.assertAllEqual(c_dense_t.shape, c_t.shape) 600 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t)) 645 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul( 663 self.assertAllEqual(c_t.shape, c_dense_t.shape) 664 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t)) 683 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul( 687 self.assertAllEqual(c_t.shape, c_dense_t.shape) 688 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t)) 1103 c_t = sparse_csr_matrix_ops.sparse_matrix_mul(a_sm, b) [all …]
|
/external/clang/test/CodeGenCUDA/ |
D | device-var-init.cu | 31 __constant__ T c_t; variable
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1943 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 1945 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 2012 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 2017 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2093 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 2095 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 2221 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32, 32})); in TEST_F() local 2226 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2895 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local 2897 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() [all …]
|