Home
last modified time | relevance | path

Searched refs:c_t (Results 1 – 19 of 19) sorted by relevance

/external/capstone/suite/
Dbenchmark.py101 c_t = 0 variable
109 c_t += time() - t1
111 print "Benchmark - full obj:", c_t, "seconds"
115 c_t = 0 variable
123 c_t += time() - t1
125 print "Benchmark - lite:", c_t, "seconds"
/external/fonttools/Tests/feaLib/data/
DGSUB_6.fea7 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;
Dspec9b.fea2 @LIGATURES = [c_s c_t f_i f_f_i s_t];
11 LigatureCaretByPos [c_t s_t] 500;
DGSUB_2.fea2 sub c_t by c t;
11 sub c_t by c t;
DLigatureCaretByIndex.fea2 LigatureCaretByIndex [c_t s_t] 11;
DMultipleSubstSubtable.fea2 sub c_t by c t;
Daalt_chain_contextual_subst.fea5 sub c t by c_t;
DGPOS_5.fea8 pos ligature [c_t s_t]
Dspec5fi1.fea9 sub c t by c_t;
Dspec4h2.fea39 sub c t by c_t; # this rule will apply only under script cyrl language SRB.
Dspec4h1.fea32 sub c t by c_t;
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmul_op.cc80 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()
Dmat_mul_op.cc537 Tensor* c_t; in Compute() local
538 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, c_shape, &c_t)); in Compute()
580 T* c_i = &c_t->template flat<T>()(i * c_slice_size); in Compute()
585 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute()
615 ? c_t->flat<T>() in Compute()
682 /*output=*/c_t)); in Compute()
685 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute()
Dadd_op.cc232 Tensor c_t(cpu_allocator(), DT_VARIANT, TensorShape({})); in Compute() local
237 c_t.scalar<Variant>()() = std::move(c_matrix); in Compute()
238 ctx->set_output(0, c_t); in Compute()
Dsparse_mat_mul_op.cc501 Tensor c_t(cpu_allocator(), DT_VARIANT, TensorShape({})); in Compute() local
502 c_t.scalar<Variant>()() = std::move(c); in Compute()
503 ctx->set_output(0, c_t); in Compute()
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/
Dcsr_sparse_matrix_ops_test.py570 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul(
586 self.assertAllEqual(c_dense_t.shape, c_t.shape)
587 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t))
632 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul(
650 self.assertAllEqual(c_t.shape, c_dense_t.shape)
651 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t))
670 c_t = sparse_csr_matrix_ops.sparse_matrix_mat_mul(
674 self.assertAllEqual(c_t.shape, c_dense_t.shape)
675 c_t_value, c_dense_t_value = self.evaluate((c_t, c_dense_t))
1090 c_t = sparse_csr_matrix_ops.sparse_matrix_mul(a_sm, b)
[all …]
/external/clang/test/CodeGenCUDA/
Ddevice-var-init.cu31 __constant__ T c_t; variable
/external/llvm-project/clang/test/CodeGenCUDA/
Ddevice-var-init.cu53 __constant__ T c_t; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1907 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1909 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
1976 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1981 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2057 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2059 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
2185 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32, 32})); in TEST_F() local
2190 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2872 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local
2874 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
[all …]