Home
last modified time | relevance | path

Searched defs:a_array (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/tests/data/test-read-ctf/
Dtest-ambiguous-struct-A.c5 typedef struct A a_array[50]; typedef
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconcat_test.cc157 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/
Dmapstride.cpp22 Scalar* a_array = internal::aligned_new<Scalar>(arraysize+1); in map_class_vector() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas.cc1327 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/
Drocm_blas.cc884 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/
Dhamt.c316 PyHamtNode *a_array[HAMT_ARRAY_NODE_SIZE]; member