Searched defs:a_array (Results 1 – 6 of 6) sorted by relevance
| /external/libabigail/tests/data/test-read-ctf/ |
| D | test-ambiguous-struct-A.c | 5 typedef struct A a_array[50]; typedef
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | concat_test.cc | 157 auto a_array = CreatePatternedMatrix(1, 1); in XLA_TEST_F() local 172 auto a_array = CreatePatternedMatrix(1, 1); in XLA_TEST_F() local 196 auto a_array = CreatePatternedMatrix(2, 3); in XLA_TEST_F() local 211 auto a_array = CreatePatternedMatrix(3, 2); in XLA_TEST_F() local 221 auto a_array = CreatePatternedMatrix(3, 2); in XLA_TEST_F() local 251 Array3D<float> a_array({ in XLA_TEST_F() local 288 Array3D<float> a_array({ in XLA_TEST_F() local
|
| /external/eigen/test/ |
| D | mapstride.cpp | 22 Scalar* a_array = internal::aligned_new<Scalar>(arraysize+1); in map_class_vector() local
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
| D | cuda_blas.cc | 1327 const DeviceMemorySlice<Eigen::half> &a_array, int lda, in DoBlasInternalImpl() 1344 uint64_t n, uint64 k, float alpha, const DeviceMemorySlice<float> &a_array, in DoBlasInternalImpl() 1360 const DeviceMemorySlice<double> &a_array, int lda, in DoBlasInternalImpl() 1376 const DeviceMemorySlice<std::complex<float>> &a_array, int lda, in DoBlasInternalImpl() 1393 const DeviceMemorySlice<std::complex<double>> &a_array, int lda, in DoBlasInternalImpl()
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_blas.cc | 884 const absl::Span<DeviceMemory<float> *const> &a_array, int lda, in DoBlasGemmBatched() 902 const absl::Span<DeviceMemory<double> *const> &a_array, int lda, in DoBlasGemmBatched() 920 const absl::Span<DeviceMemory<std::complex<float>> *const> &a_array, in DoBlasGemmBatched() 940 const absl::Span<DeviceMemory<std::complex<double>> *const> &a_array, in DoBlasGemmBatched()
|
| /external/python/cpython3/Python/ |
| D | hamt.c | 316 PyHamtNode *a_array[HAMT_ARRAY_NODE_SIZE]; member
|