Searched defs:c_array (Results 1 – 6 of 6) sorted by relevance
| /external/pigweed/pw_containers/ |
| D | to_array_test.cc | 37 char c_array[] = "array!"; in TEST() local 55 MoveOnly c_array[]{MoveOnly('a'), MoveOnly('b')}; in TEST() local
|
| /external/pigweed/pw_polyfill/ |
| D | test.cc | 71 int c_array[5423] = {}; variable
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
| D | cuda_blas.cc | 1329 const DeviceMemorySlice<Eigen::half> &c_array, int ldc, int batch_count, in DoBlasInternalImpl() 1346 const DeviceMemorySlice<float> &c_array, int ldc, int batch_count, in DoBlasInternalImpl() 1362 const DeviceMemorySlice<double> &c_array, int ldc, int batch_count, in DoBlasInternalImpl() 1379 const DeviceMemorySlice<std::complex<float>> &c_array, int ldc, in DoBlasInternalImpl() 1396 const DeviceMemorySlice<std::complex<double>> &c_array, int ldc, in DoBlasInternalImpl()
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_blas.cc | 886 const absl::Span<DeviceMemory<float> *const> &c_array, int ldc, in DoBlasGemmBatched() 904 double beta, const absl::Span<DeviceMemory<double> *const> &c_array, in DoBlasGemmBatched() 924 const absl::Span<DeviceMemory<std::complex<float>> *const> &c_array, in DoBlasGemmBatched() 944 const absl::Span<DeviceMemory<std::complex<double>> *const> &c_array, in DoBlasGemmBatched()
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | concat_test.cc | 300 Array3D<float> c_array({ in XLA_TEST_F() local
|
| /external/python/cpython3/Python/ |
| D | hamt.c | 331 PyObject *c_array[1]; member
|