Searched refs:total_elems (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_sort.c | 153 int isl_sort(void *const pbase, size_t total_elems, size_t size, in isl_sort() argument 156 return MergeSort (pbase, total_elems, size, cmp, arg); in isl_sort()
|
D | isl_sort.h | 6 int isl_sort(void *const pbase, size_t total_elems, size_t size,
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_linalg.cc | 790 int64_t total_elems = std::accumulate(src_shape.begin(), src_shape.end(), in matchAndRewrite() local 803 auto collapsed_type = MemRefType::get({total_elems}, elem_type); in matchAndRewrite() 811 auto collapsed_type = RankedTensorType::get({total_elems}, elem_type); in matchAndRewrite()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 108 const uint32_t total_elems = in emit_vertex_input() local 113 const uint32_t num_dwords = 1 + total_elems * 2; in emit_vertex_input() 119 for (uint32_t i = 0; i < total_elems; i++) { in emit_vertex_input()
|