Searched refs:int8_array (Results 1 – 2 of 2) sorted by relevance
28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); in test_allocator() local30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array)); in test_allocator()34 !(reinterpret_cast<std::uintptr_t>(int8_array) % Allocator::kAlignment)); in test_allocator()35 Check(reinterpret_cast<std::uintptr_t>(int8_array) >= in test_allocator()38 memset(int8_array, 0, sizeof(*int8_array) * int8_array_size); in test_allocator()
724 Array& int8_array = int8_model.GetOrCreateArray(op.inputs[0]); in SimpleVersioningTest() local725 int8_array.data_type = ArrayDataType::kInt8; in SimpleVersioningTest()746 Array& int8_array = int8_model.GetOrCreateArray(op.outputs[0]); in SimpleOutputVersioningTest() local747 int8_array.data_type = ArrayDataType::kInt8; in SimpleOutputVersioningTest()