Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_boost_array.cpp37 const boost::array<T,10> a_array = {{T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}}; in test_boost_array() local
Dtest_array.cpp37 const std::array<T, 10> a_array = {{T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}}; in test_std_array() local
Dtest_native_array.cpp36 const T a_array[10]={T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}; in test_native_array() local
/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/sdv/vsomeip/third_party/boost/serialization/performance/
Dpeformance_array.cpp68 const T a_array[10]={T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}; in test_array() 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.c318 PyHamtNode *a_array[HAMT_ARRAY_NODE_SIZE]; member
/external/mesa3d/src/util/
Dparson.c2372 JSON_Array *a_array = NULL, *b_array = NULL; in json_value_equals() local