Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_allocator.cc28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); in test_allocator() local
30 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()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc724 Array& int8_array = int8_model.GetOrCreateArray(op.inputs[0]); in SimpleVersioningTest() local
725 int8_array.data_type = ArrayDataType::kInt8; in SimpleVersioningTest()
746 Array& int8_array = int8_model.GetOrCreateArray(op.outputs[0]); in SimpleOutputVersioningTest() local
747 int8_array.data_type = ArrayDataType::kInt8; in SimpleOutputVersioningTest()