| /external/aac/libFDK/include/ |
| D | FDK_matrixCalloc.h | 148 #define FDK_ALLOCATE_MEMORY_1D(a, dim1, type) \ argument 153 #define FDK_ALLOCATE_MEMORY_1D_ALIGNED(a, dim1, type) \ argument 159 #define FDK_ALLOCATE_MEMORY_1D_P(a, dim1, type, ptype) \ argument 164 #define FDK_ALLOCATE_MEMORY_1D_INT(a, dim1, type, s) \ argument 182 #define FDK_ALLOCATE_MEMORY_2D(a, dim1, dim2, type) \ argument 188 #define FDK_ALLOCATE_MEMORY_2D_INT(a, dim1, dim2, type, s) \ argument 194 #define FDK_ALLOCATE_MEMORY_2D_INT_ALIGNED(a, dim1, dim2, type, s) \ argument 212 #define FDK_ALLOCATE_MEMORY_3D(a, dim1, dim2, dim3, type) \ argument 218 #define FDK_ALLOCATE_MEMORY_3D_INT(a, dim1, dim2, dim3, type, s) \ argument
|
| /external/aac/libFDK/src/ |
| D | FDK_matrixCalloc.cpp | 107 void *fdkCallocMatrix1D_aligned(UINT dim1, UINT size) { in fdkCallocMatrix1D_aligned() 131 void *fdkCallocMatrix1D(UINT dim1, UINT size) { return FDKcalloc(dim1, size); } in fdkCallocMatrix1D() 134 void **fdkCallocMatrix2D(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D() 155 void **fdkCallocMatrix2D_aligned(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D_aligned() 188 void **fdkCallocMatrix2D_int(UINT dim1, UINT dim2, UINT size, in fdkCallocMatrix2D_int() 211 void **fdkCallocMatrix2D_int_aligned(UINT dim1, UINT dim2, UINT size, in fdkCallocMatrix2D_int_aligned() 236 void ***fdkCallocMatrix3D(UINT dim1, UINT dim2, UINT dim3, UINT size) { in fdkCallocMatrix3D() 278 void ***fdkCallocMatrix3D_int(UINT dim1, UINT dim2, UINT dim3, UINT size, in fdkCallocMatrix3D_int()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | transpose_utils_test.cc | 364 int dim0, dim1; in TEST() local 382 int dim0, dim1; in TEST() local 400 int dim0, dim1; in TEST() local 418 int dim0, dim1; in TEST() local 435 int dim0, dim1; in TEST() local 454 int dim0, dim1; in TEST() local 473 int dim0, dim1; in TEST() local 492 int dim0, dim1; in TEST() local
|
| D | transpose_utils.cc | 22 int* dim1) { in IsTranspose2DApplicable()
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_ifft.cpp | 40 static void test_2D_fft_ifft_invariant(int dim0, int dim1) { in test_2D_fft_ifft_invariant() 68 static void test_3D_fft_ifft_invariant(int dim0, int dim1, int dim2) { in test_3D_fft_ifft_invariant() 100 static void test_sub_fft_ifft_invariant(int dim0, int dim1, int dim2, int dim3) { in test_sub_fft_ifft_invariant()
|
| D | cxx11_tensor_reverse_sycl.cpp | 25 IndexType dim1 = 2; in test_simple_reverse() local 116 IndexType dim1 = 2; in test_expr_reverse() local
|
| D | cxx11_tensor_index_list.cpp | 271 int dim1 = 2; in test_dynamic_index_list() local 365 Eigen::IndexList<Eigen::type2index<1>, int> dim1; in test_dim_check() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | split_v_op_test.cc | 93 #define BM_SPLITV_2D(split_dim, num_split, dim0, dim1) \ argument 110 #define BM_SPLITV_3D(split_dim, num_split, dim0, dim1, dim2) \ argument
|
| D | broadcast_to_op_test.cc | 27 static Graph* BroadcastTo(int dim0, int dim1, InputShape input_shape) { in BroadcastTo()
|
| D | fingerprint_op.cc | 94 int64_t dim1; in Compute() local
|
| D | concat_lib_cpu.cc | 69 const auto dim1 = input->dimension(1); in EstimateBytesPerElement() local
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorMap.h | 98 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2) : m_data(dataPtr… in TensorMap() 102 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3) : m_… in TensorMap() 106 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Inde… in TensorMap() 110 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Inde… in TensorMap()
|
| D | Tensor.h | 348 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit Tensor(Index dim1) in Tensor() 353 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2) in Tensor() 358 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3) in Tensor() 363 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4) in Tensor() 368 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4, Index… in Tensor()
|
| /external/webrtc/modules/audio_coding/codecs/ilbc/ |
| D | my_corr.c | 30 size_t dim1, /* (i) dimension first seq1 */ in WebRtcIlbcfix_MyCorr()
|
| /external/tensorflow/tensorflow/core/tpu/ |
| D | tpu_embedding_output_layout_utils.cc | 52 auto* dim1 = shape.add_dim(); in ComputeOutputTensorShapes() local
|
| /external/ComputeLibrary/arm_compute/core/ |
| D | Validate.h | 47 inline bool have_different_dimensions(const Dimensions<T> &dim1, const Dimensions<T> &dim2, unsigne… in have_different_dimensions()
|
| /external/tensorflow/tensorflow/lite/kernels/shim/ |
| D | shape.cc | 73 int Shape::AddDims(const int dim1, const int dim2) { in AddDims()
|
| /external/armnn/src/armnn/layers/ |
| D | ElementwiseBaseLayer.cpp | 43 unsigned int dim1 = input1[i - shiftedDims]; in InferOutputShapes() local
|
| D | LogicalBinaryLayer.cpp | 47 unsigned int dim1 = input1[i]; in InferOutputShapes() local
|
| D | ComparisonLayer.cpp | 55 unsigned int dim1 = input1[i - shiftedDims]; in InferOutputShapes() local
|
| D | ElementwiseBinaryLayer.cpp | 51 unsigned int dim1 = input1[i - shiftedDims]; in InferOutputShapes() local
|
| /external/tensorflow/tensorflow/core/tpu/ops/ |
| D | tpu_embedding_shape_util.cc | 57 auto* dim1 = shape->add_dim(); in ComputeOneTableShape() local
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | literal_util.h | 445 int64_t dim1 = 0; in CreateR3Projected() local 471 for (int64_t dim1 = 0; dim1 < dim1_size; ++dim1) { in CreateR4Projected() local
|
| /external/armnn/src/backends/reference/workloads/ |
| D | Slice.cpp | 52 unsigned int dim1 = paddedInput[1]; in Slice() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | mkl_util_test.cc | 63 memory::dims dim1 = {3, 4}; in TEST() local
|