Skip to content

Add test builds#32

Merged
mmajchrzycki merged 22 commits into
tflite-2-19from
test-build
May 13, 2026
Merged

Add test builds#32
mmajchrzycki merged 22 commits into
tflite-2-19from
test-build

Conversation

@mmajchrzycki

Copy link
Copy Markdown
Collaborator

This PR adds a set of test builds to ensure the supported apps and targets build correctly.

@mmajchrzycki mmajchrzycki self-assigned this May 12, 2026
Comment on lines +197 to +198
size_t kcache_dims_flatsize = kcache_dims->data[0] * kcache_dims->data[1] *
kcache_dims->data[2] * kcache_dims->data[3];
Comment on lines +199 to +200
size_t vcache_dims_flatsize = vcache_dims->data[0] * vcache_dims->data[1] *
vcache_dims->data[2] * vcache_dims->data[3];
} else if (quantized_dimension == rhs->dims->size - 2) {
quantized_dimension = rhs->dims->size - 1;
}
transposed_rhs_affine_quantization->quantized_dimension =
}
transposed_rhs_affine_quantization->quantized_dimension =
quantized_dimension;
transposed_rhs_affine_quantization->zero_point =
quantized_dimension;
transposed_rhs_affine_quantization->zero_point =
TfLiteIntArrayCopy(rhs_affine_quantization->zero_point);
transposed_rhs_affine_quantization->scale =
(((batch * outer_size) + outer) * coord_size + i) * inner_size,
&input_data[from_pos], sizeof(T) * inner_size);
const int64_t from_pos =
(((batch * outer_size) + outer) * axis_size + coord) * inner_size;
TFLITE_DCHECK(from_pos >= 0);
TFLITE_DCHECK(from_pos + inner_size <= input_flat_size);
const int64_t to_pos =
(((batch * outer_size) + outer) * coord_size + i) * inner_size;
@mmajchrzycki mmajchrzycki changed the base branch from master to tflite-2-19 May 13, 2026 05:47
@mmajchrzycki mmajchrzycki marked this pull request as ready for review May 13, 2026 11:33
@mmajchrzycki mmajchrzycki merged commit 8bdf378 into tflite-2-19 May 13, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants