Home
last modified time | relevance | path

Searched refs:handle_to_int8_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/gemmlowp/test/
H A Dtest_allocator.cc24 auto handle_to_int8_array = a->Reserve<std::int8_t>(int8_array_size); in test_allocator() local
28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); in test_allocator()
30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array)); in test_allocator()