/external/tensorflow/tensorflow/core/kernels/ |
D | winograd_transform.h | 68 const int64_t cols, in GetFilterTransformMatrix() 192 const int64_t cols, in GetInputTransformMatrix() 314 const int64_t cols, in GetOutputTransformMatrix()
|
D | deep_conv2d_test.cc | 22 static void ComputeKroneckerProduct(const int rows, const int cols, in ComputeKroneckerProduct() 47 const int cols = 2; in TEST() local 76 const int cols = 3; in TEST() local 107 const int cols = 4; in TEST() local 137 const int cols = 4; in TEST() local
|
D | eigen_activations_test.cc | 31 const ptrdiff_t cols = 48; in TEST() local 55 const ptrdiff_t cols = 48; in TEST() local 79 const ptrdiff_t cols = 48; in TEST() local
|
/external/dng_sdk/source/ |
D | dng_bottlenecks.h | 670 uint32 cols, in DoSetArea8() 691 uint32 cols, in DoSetArea16() 712 uint32 cols, in DoSetArea32() 735 uint32 cols, in DoCopyArea8() 762 uint32 cols, in DoCopyArea16() 789 uint32 cols, in DoCopyArea32() 816 uint32 cols, in DoCopyArea8_16() 843 uint32 cols, in DoCopyArea8_S16() 870 uint32 cols, in DoCopyArea8_32() 897 uint32 cols, in DoCopyArea16_S16() [all …]
|
D | dng_pixel_buffer.cpp | 549 uint32 cols = area.W (); in SetConstant() local 718 uint32 cols = area.W (); in CopyArea() local 1295 uint32 cols = dstArea.W (); in RepeatArea() local 1433 uint32 cols = fArea.W (); in ShiftRight() local 1518 uint32 cols = area.W (); in EqualArea() local 1639 uint32 cols, in MaxDiff() 1687 uint32 cols, in MaxDiff() 1746 uint32 cols = area.W (); in MaximumDifference() local
|
/external/gemmlowp/meta/generators/ |
D | gemm_NxMxK_neon.py | 80 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument 97 def MulName(result_type, lhs_add, rhs_add, rows, cols): argument 110 rows, cols, leftovers): argument 134 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument 159 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument 173 def BuildName(output_type, aligned, rows, cols, leftover): argument 209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument
|
D | gemv_1xMxK_neon.py | 83 def GenerateMulCols(emitter, result_type, lhs_add, rhs_add, aligned, cols, argument 127 def GenerateQuantized8BitMul(emitter, aligned, cols, leftovers): argument 136 def GenerateFullMul(emitter, result_type, aligned, cols, leftovers): argument 140 def BuildName(output_type, aligned, cols, leftover): argument 170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument
|
/external/eigen/test/ |
D | product_small.cpp | 50 test_lazy_single(int rows, int cols, int depth) in test_lazy_single() 62 int cols = internal::random<int>(1,64); in test_dynamic_bool() local 95 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) in test_lazy_all_layout() 111 int cols = internal::random<int>(1,12); in test_lazy_l1() local 140 int cols = internal::random<int>(1,12); in test_lazy_l2() local 176 int cols = internal::random<int>(1,12); in test_lazy_l3() local
|
D | product_trmm.cpp | 22 int cols=get_random_size<Scalar>(), in trmm() 94 void trmv(int rows=get_random_size<Scalar>(), int cols=get_random_size<Scalar>()) in trmv() 100 void trmm(int rows=get_random_size<Scalar>(), int cols=get_random_size<Scalar>(), int otherCols = g… in trmm()
|
D | array_for_matrix.cpp | 19 Index cols = m.cols(); in array_for_matrix() local 96 Index cols = m.cols(); in comparisons() local 183 Index cols = m.cols(); in cwise_min_max() local 224 Index rows = t.rows(), cols = t.cols(); in resize() local
|
D | svd_common.h | 28 Index cols = m.cols(); in svd_check_full() local 65 Index cols = m.cols(); in svd_compare_to_full() local 105 Index cols = m.cols(); in svd_least_square() local 170 Index cols = m.cols(); in svd_min_norm() local 225 Index rows, cols, cols2; in svd_test_solvers() local
|
D | diagonal.cpp | 17 Index cols = m.cols(); in diagonal() local 75 Index cols = m.cols(); in diagonal_assert() local
|
D | triangular.cpp | 20 Index cols = m.cols(); in triangular_deprecated() local 49 Index cols = m.cols(); in triangular_square() local 185 Index cols = m.cols(); in triangular_rect() local
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | type_trait.hpp | 47 static length_t const cols = 0; member 108 cols = 2, enumerator 122 cols = 2, enumerator 136 cols = 2, enumerator 150 cols = 3, enumerator 164 cols = 3, enumerator 178 cols = 3, enumerator 192 cols = 4, enumerator 206 cols = 4, enumerator 220 cols = 4, enumerator
|
/external/toybox/lib/ |
D | utf8.c | 7 int (*escout)(FILE *out, int cols, int wc)) in crunch_str() 40 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() 56 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape() 93 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | transpose.c | 53 std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols) in std_trans() 75 swap_halfrows_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols, int dir) in swap_halfrows_pow2() 151 squaretrans(mpd_uint_t *buf, mpd_size_t cols) in squaretrans() 247 transpose_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols) in transpose_pow2()
|
/external/eigen/doc/examples/ |
D | class_Block.cpp | 8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner() 15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
|
/external/gemmlowp/meta/ |
D | test_gemm_correctness.cc | 80 void prepare_test_data(std::uint8_t* data, std::int32_t rows, std::int32_t cols, in prepare_test_data() 90 void clear(int rows, int cols, CLEAR_TYPE* data) { in clear() 97 int cols, int depth) { in check_row_row() 132 int cols, int depth) { in check_row_col() 162 int cols, int depth) { in check_row_row_f() 182 int cols, int depth) { in check_row_col_f() 202 int cols, int depth) { in check_row_row_i32() 221 int cols, int depth) { in check_row_col_i32()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 30 transform_1d cols, rows; // vertical and horizontal member 37 highbd_transform_1d cols, rows; // vertical and horizontal member
|
/external/gemmlowp/test/ |
D | benchmark_all_sizes.cc | 68 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix() 83 void Resize(int rows, int cols) { in Resize() 113 float benchmark_8bit(int rows, int depth, int cols) { in benchmark_8bit() 165 float benchmark_8bit_to_32bit(int rows, int depth, int cols) { in benchmark_8bit_to_32bit() 209 int cols; member 304 for (int cols : sizes) { in all_shapes_in_random_order() local
|
/external/eigen/debug/gdb/ |
D | printers.py | 36 def __init__ (self, rows, cols, rowMajor): argument 118 def __init__ (self, rows, cols, dataPtr, rowMajor): argument 172 def __init__ (self, rows, cols, val, rowMajor): argument 216 def cols(self): member in EigenSparseMatrixPrinter
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | qr_op_test.py | 122 def testQR(self, rows, cols, dtype): argument 139 def testZeroColumn(self, rows, cols): argument 145 def testRepeatedColumn(self, rows, cols): argument
|
/external/libvpx/libvpx/test/ |
D | pp_filter_test.cc | 231 void SetCols(unsigned char *s, int rows, int cols, int src_width) { in SetCols() 241 int rows, int cols, int src_pitch) { in RunComparison() 251 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, in RunFilterLevel() 360 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { in SetRows() 368 int rows, int cols, int src_pitch) { in RunComparison() 378 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, in RunFilterLevel()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCompositeInsertTests.cpp | 49 string getMatrixType (deUint32 cols, deUint32 rows) in getMatrixType() 54 string getMatrixDeclarations (deUint32 cols, deUint32 rows, bool skipColDecl = false) in getMatrixDeclarations() 65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() 100 string getMatrixCompositeInserts (deUint32 cols, deUint32 rows, bool useUndef) in getMatrixCompositeInserts() 309 for (deUint32 cols = 2; cols <= 4; cols++) in addComputeMatrixCompositeInsertTests() local 382 for (deUint32 cols = 2; cols <= 4; cols++) in addGraphicsMatrixCompositeInsertTests() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | deblock.c | 44 int dst_pitch, int cols, in vpx_post_proc_down_and_across_mb_row_c() 119 int cols, int flimit) { in vpx_mbpost_proc_across_ip_c() 162 void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, in vpx_mbpost_proc_down_c()
|