Searched refs:int32_array (Results 1 – 2 of 2) sorted by relevance
26 std::int32_t* int32_array = in test_allocator() local29 Check(int32_array == a->GetPointer<std::int32_t>(handle_to_int32_array)); in test_allocator()32 !(reinterpret_cast<std::uintptr_t>(int32_array) % Allocator::kAlignment)); in test_allocator()36 reinterpret_cast<std::uintptr_t>(int32_array + int32_array_size)); in test_allocator()37 memset(int32_array, 0, sizeof(*int32_array) * int32_array_size); in test_allocator()
97 std::unique_ptr<std::int32_t[]> int32_array(new std::int32_t[elements]); in main() local106 requantize_params.input = int32_array.get(); in main()