Home
last modified time | relevance | path

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

/external/capstone/suite/
Dbenchmark.py100 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/
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;
DMultipleSubstSubtable.fea2 sub c_t by c t;
DLigatureCaretByIndex.fea2 LigatureCaretByIndex [c_t s_t] 11;
DGPOS_5.fea8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS
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()
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()
Dadd_op.cc212 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()
Dsparse_mat_mul_op.cc470 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/
Dcsr_sparse_matrix_ops_test.py583 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/
Ddevice-var-init.cu31 __constant__ T c_t; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1943 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 …]