Searched refs:int32_array (Results 1 – 4 of 4) 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()
102 int32_array = msg.payload.repeated_int32104 int32_array.append(123)109 int32_array = msg.repeated_int32110 int32_array.append(123)113 int32_array.append(123)
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()
567 Array& int32_array = int32_model.GetOrCreateArray(op.inputs[2]); in TEST_F() local568 int32_array.data_type = ArrayDataType::kInt32; in TEST_F()906 Array& int32_array = int32_model.GetOrCreateArray(op.inputs[0]); in TEST_F() local907 int32_array.data_type = ArrayDataType::kInt32; in TEST_F()