Searched defs:array_x (Results 1 – 1 of 1) sorted by relevance
451 auto* array_x = ty.array<f32, 7>(); in TEST_F() local518 using array_x = std::array<float, 7>; in TEST_F() typedef